Html Css Color HEX #020CE7 Blue

📋 copy color: '#020CE7'

red 2 ◦ green 12 ◦ blue 231

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

Shades of Blue #020CE7

Tints of Blue #020CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 94.29%

R = 0.82%
G = 4.9%
B = 94.29%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#020CE7 (or 0x020CE7) is known color: Blue. HEX triplet: 02, 0C and E7. RGB value is (2,12,231). Sum of RGB (Red+Green+Blue) = 2+12+231=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 231 (90.62% from 255 or 94.29% from 245); Max value from RGB is 231 - color contains mainly: blue. Hex color #020CE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020CE7 is #FDF318. Grayscale: #212121. Windows color (decimal): -16642841 or 15141890. OLE color: 15141890.

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

Color convert

RGB 2 12 231 -
CMYK 0.99 0.95 0 0.09
HSL 237.38º 0.98% 0.46% -
HSV(B) 237.38º 0.99% 0.91% -
XYZ 14.58 6.05 76 -
YUV 33.98 239.19 105.19 -
System Red Green Blue C M Y K H S L
Decimal 2 12 231 0.99 0.95 0 0.09 237.38 0.98 0.46
Hex 2 C E7 63 5F 0 9 ED 62 2E
Octal 2 14 347 143 137 0 11 355 142 56
Binary 10 1100 11100111 1100011 1011111 0 1001 11101101 1100010 101110

Color Harmonies of #020CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020CE7

Black with #020CE7

Text Example


Text Example

White with #020CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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