Html Css Color HEX #0625EF Blue

📋 copy color: '#0625EF'

red 6 ◦ green 37 ◦ blue 239

#0625EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #0625EF

Tints of Blue #0625EF

RGB

 RED value IS 6 (2.73% from 255) = 2.13%

 GREEN value IS 37 (14.84% from 255) = 13.12%

 BLUE value IS 239 (93.75% from 255) = 84.75%

R = 2.13%
G = 13.12%
B = 84.75%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0625EF (or 0x0625EF) is known color: Blue. HEX triplet: 06, 25 and EF. RGB value is (6,37,239). Sum of RGB (Red+Green+Blue) = 6+37+239=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 239 (93.75% from 255 or 84.75% from 282); Max value from RGB is 239 - color contains mainly: blue. Hex color #0625EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0625EF is #F9DA10. Grayscale: #313131. Windows color (decimal): -16374289 or 15672582. OLE color: 15672582.

HSL color Cylindrical-coordinate representation of color #0625EF: hue angle of 232.02º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0625EF is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 37 239 -
CMYK 0.97 0.85 0 0.06
HSL 232.02º 0.95% 0.48% -
HSV(B) 232.02º 0.97% 0.94% -
XYZ 16.32 7.59 82.27 -
YUV 50.76 234.23 96.07 -
System Red Green Blue C M Y K H S L
Decimal 6 37 239 0.97 0.85 0 0.06 232.02 0.95 0.48
Hex 6 25 EF 61 55 0 6 E8 5F 30
Octal 6 45 357 141 125 0 6 350 137 60
Binary 110 100101 11101111 1100001 1010101 0 110 11101000 1011111 110000

Color Harmonies of #0625EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0625EF

Black with #0625EF

Text Example


Text Example

White with #0625EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0625EF; }

 p { color: rgb(6,37,239); }

 H1.HeaderClassName
 {
   color: #0625EF;
 }
 .AnyTagClassName
 {
   color: #0625EF;
 }
</style>

background-color css

<style>
 a { background-color: #0625EF; }

 a { background-color: rgb(6,37,239); }

 div.DivClassName
 {
   background-color: #0625EF;
 }
 .BgClassName
 {
   background-color: #0625EF;
 }
</style>

border-color css

<style>
 span { border-color: #0625EF; }

 span { border-color: rgb(6,37,239); }

 td.TdClassName
 {
   border-color: #0625EF;
 }
 .TagClassName
 {
   border-color: #0625EF;
 }
</style>