Html Css Color HEX #062FEF Blue

📋 copy color: '#062FEF'

red 6 ◦ green 47 ◦ blue 239

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

Shades of Blue #062FEF

Tints of Blue #062FEF

RGB

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

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

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

R = 2.05%
G = 16.1%
B = 81.85%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#062FEF (or 0x062FEF) is known color: Blue. HEX triplet: 06, 2F and EF. RGB value is (6,47,239). Sum of RGB (Red+Green+Blue) = 6+47+239=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 239 (93.75% from 255 or 81.85% from 292); Max value from RGB is 239 - color contains mainly: blue. Hex color #062FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062FEF is #F9D010. Grayscale: #373737. Windows color (decimal): -16371729 or 15675142. OLE color: 15675142.

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

Color convert

RGB 6 47 239 -
CMYK 0.97 0.80 0 0.06
HSL 229.44º 0.95% 0.48% -
HSV(B) 229.44º 0.97% 0.94% -
XYZ 16.67 8.3 82.39 -
YUV 56.63 230.92 91.89 -
System Red Green Blue C M Y K H S L
Decimal 6 47 239 0.97 0.80 0 0.06 229.44 0.95 0.48
Hex 6 2F EF 61 50 0 6 E5 5F 30
Octal 6 57 357 141 120 0 6 345 137 60
Binary 110 101111 11101111 1100001 1010000 0 110 11100101 1011111 110000

Color Harmonies of #062FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FEF

Black with #062FEF

Text Example


Text Example

White with #062FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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