Html Css Color HEX #062DF9 Blue

📋 copy color: '#062DF9'

red 6 ◦ green 45 ◦ blue 249

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

Shades of Blue #062DF9

Tints of Blue #062DF9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15%

 BLUE value IS 249 (97.66% from 255) = 83%

R = 2%
G = 15%
B = 83%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#062DF9 (or 0x062DF9) is known color: Blue. HEX triplet: 06, 2D and F9. RGB value is (6,45,249). Sum of RGB (Red+Green+Blue) = 6+45+249=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 249 (97.66% from 255 or 83% from 300); Max value from RGB is 249 - color contains mainly: blue. Hex color #062DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062DF9 is #F9D206. Grayscale: #373737. Windows color (decimal): -16372231 or 16329990. OLE color: 16329990.

HSL color Cylindrical-coordinate representation of color #062DF9: hue angle of 230.37º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062DF9 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 45 249 -
CMYK 0.98 0.82 0 0.02
HSL 230.37º 0.95% 0.5% -
HSV(B) 230.37º 0.98% 0.98% -
XYZ 18.11 8.76 90.36 -
YUV 56.6 236.58 91.91 -
System Red Green Blue C M Y K H S L
Decimal 6 45 249 0.98 0.82 0 0.02 230.37 0.95 0.5
Hex 6 2D F9 62 52 0 2 E6 5F 32
Octal 6 55 371 142 122 0 2 346 137 62
Binary 110 101101 11111001 1100010 1010010 0 10 11100110 1011111 110010

Color Harmonies of #062DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DF9

Black with #062DF9

Text Example


Text Example

White with #062DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062DF9; }

 p { color: rgb(6,45,249); }

 H1.HeaderClassName
 {
   color: #062DF9;
 }
 .AnyTagClassName
 {
   color: #062DF9;
 }
</style>

background-color css

<style>
 a { background-color: #062DF9; }

 a { background-color: rgb(6,45,249); }

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

border-color css

<style>
 span { border-color: #062DF9; }

 span { border-color: rgb(6,45,249); }

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