Html Css Color HEX #062FEE Blue

📋 copy color: '#062FEE'

red 6 ◦ green 47 ◦ blue 238

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

Shades of Blue #062FEE

Tints of Blue #062FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.15%

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

R = 2.06%
G = 16.15%
B = 81.79%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#062FEE (or 0x062FEE) is known color: Blue. HEX triplet: 06, 2F and EE. RGB value is (6,47,238). Sum of RGB (Red+Green+Blue) = 6+47+238=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 238 (93.36% from 255 or 81.79% from 291); Max value from RGB is 238 - color contains mainly: blue. Hex color #062FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062FEE is #F9D011. Grayscale: #373737. Windows color (decimal): -16371730 or 15609606. OLE color: 15609606.

HSL color Cylindrical-coordinate representation of color #062FEE: hue angle of 229.4º 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 #062FEE is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 47 238 -
CMYK 0.97 0.80 0 0.07
HSL 229.4º 0.95% 0.48% -
HSV(B) 229.4º 0.97% 0.93% -
XYZ 16.52 8.24 81.61 -
YUV 56.52 230.42 91.97 -
System Red Green Blue C M Y K H S L
Decimal 6 47 238 0.97 0.80 0 0.07 229.4 0.95 0.48
Hex 6 2F EE 61 50 0 7 E5 5F 30
Octal 6 57 356 141 120 0 7 345 137 60
Binary 110 101111 11101110 1100001 1010000 0 111 11100101 1011111 110000

Color Harmonies of #062FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FEE

Black with #062FEE

Text Example


Text Example

White with #062FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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