Html Css Color HEX #062DEE Blue

📋 copy color: '#062DEE'

red 6 ◦ green 45 ◦ blue 238

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

Shades of Blue #062DEE

Tints of Blue #062DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 82.35%

R = 2.08%
G = 15.57%
B = 82.35%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#062DEE (or 0x062DEE) is known color: Blue. HEX triplet: 06, 2D and EE. RGB value is (6,45,238). Sum of RGB (Red+Green+Blue) = 6+45+238=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 238 (93.36% from 255 or 82.35% from 289); Max value from RGB is 238 - color contains mainly: blue. Hex color #062DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062DEE is #F9D211. Grayscale: #363636. Windows color (decimal): -16372242 or 15609094. OLE color: 15609094.

HSL color Cylindrical-coordinate representation of color #062DEE: hue angle of 229.91º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062DEE is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 45 238 -
CMYK 0.97 0.81 0 0.07
HSL 229.91º 0.95% 0.48% -
HSV(B) 229.91º 0.97% 0.93% -
XYZ 16.45 8.09 81.58 -
YUV 55.34 231.08 92.81 -
System Red Green Blue C M Y K H S L
Decimal 6 45 238 0.97 0.81 0 0.07 229.91 0.95 0.48
Hex 6 2D EE 61 51 0 7 E6 5F 30
Octal 6 55 356 141 121 0 7 346 137 60
Binary 110 101101 11101110 1100001 1010001 0 111 11100110 1011111 110000

Color Harmonies of #062DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DEE

Black with #062DEE

Text Example


Text Example

White with #062DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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