Html Css Color HEX #062EED Blue

📋 copy color: '#062EED'

red 6 ◦ green 46 ◦ blue 237

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

Shades of Blue #062EED

Tints of Blue #062EED

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.92%

 BLUE value IS 237 (92.97% from 255) = 82.01%

R = 2.08%
G = 15.92%
B = 82.01%

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

#062EED (or 0x062EED) is known color: Blue. HEX triplet: 06, 2E and ED. RGB value is (6,46,237). Sum of RGB (Red+Green+Blue) = 6+46+237=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 237 (92.97% from 255 or 82.01% from 289); Max value from RGB is 237 - color contains mainly: blue. Hex color #062EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062EED is #F9D112. Grayscale: #373737. Windows color (decimal): -16371987 or 15543814. OLE color: 15543814.

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

Color convert

RGB 6 46 237 -
CMYK 0.97 0.81 0 0.07
HSL 229.61º 0.95% 0.48% -
HSV(B) 229.61º 0.97% 0.93% -
XYZ 16.34 8.11 80.82 -
YUV 55.81 230.25 92.47 -
System Red Green Blue C M Y K H S L
Decimal 6 46 237 0.97 0.81 0 0.07 229.61 0.95 0.48
Hex 6 2E ED 61 51 0 7 E6 5F 30
Octal 6 56 355 141 121 0 7 346 137 60
Binary 110 101110 11101101 1100001 1010001 0 111 11100110 1011111 110000

Color Harmonies of #062EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062EED

Black with #062EED

Text Example


Text Example

White with #062EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,46,237); }

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

background-color css

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

 a { background-color: rgb(6,46,237); }

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

border-color css

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

 span { border-color: rgb(6,46,237); }

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