Html Css Color HEX #020CEF Blue

📋 copy color: '#020CEF'

red 2 ◦ green 12 ◦ blue 239

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

Shades of Blue #020CEF

Tints of Blue #020CEF

RGB

 RED value IS 2 (1.17% from 255) = 0.79%

 GREEN value IS 12 (5.08% from 255) = 4.74%

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

R = 0.79%
G = 4.74%
B = 94.47%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#020CEF (or 0x020CEF) is known color: Blue. HEX triplet: 02, 0C and EF. RGB value is (2,12,239). Sum of RGB (Red+Green+Blue) = 2+12+239=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 239 (93.75% from 255 or 94.47% from 253); Max value from RGB is 239 - color contains mainly: blue. Hex color #020CEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020CEF is #FDF310. Grayscale: #212121. Windows color (decimal): -16642833 or 15666178. OLE color: 15666178.

HSL color Cylindrical-coordinate representation of color #020CEF: hue angle of 237.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020CEF is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 12 239 -
CMYK 0.99 0.95 0 0.06
HSL 237.47º 0.98% 0.47% -
HSV(B) 237.47º 0.99% 0.94% -
XYZ 15.74 6.51 82.09 -
YUV 34.89 243.19 104.54 -
System Red Green Blue C M Y K H S L
Decimal 2 12 239 0.99 0.95 0 0.06 237.47 0.98 0.47
Hex 2 C EF 63 5F 0 6 ED 62 2F
Octal 2 14 357 143 137 0 6 355 142 57
Binary 10 1100 11101111 1100011 1011111 0 110 11101101 1100010 101111

Color Harmonies of #020CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020CEF

Black with #020CEF

Text Example


Text Example

White with #020CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020CEF; }

 p { color: rgb(2,12,239); }

 H1.HeaderClassName
 {
   color: #020CEF;
 }
 .AnyTagClassName
 {
   color: #020CEF;
 }
</style>

background-color css

<style>
 a { background-color: #020CEF; }

 a { background-color: rgb(2,12,239); }

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

border-color css

<style>
 span { border-color: #020CEF; }

 span { border-color: rgb(2,12,239); }

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