Html Css Color HEX #020BEB Blue

📋 copy color: '#020BEB'

red 2 ◦ green 11 ◦ blue 235

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

Shades of Blue #020BEB

Tints of Blue #020BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.44%

 BLUE value IS 235 (92.19% from 255) = 94.76%

R = 0.81%
G = 4.44%
B = 94.76%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#020BEB (or 0x020BEB) is known color: Blue. HEX triplet: 02, 0B and EB. RGB value is (2,11,235). Sum of RGB (Red+Green+Blue) = 2+11+235=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 235 (92.19% from 255 or 94.76% from 248); Max value from RGB is 235 - color contains mainly: blue. Hex color #020BEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020BEB is #FDF414. Grayscale: #202020. Windows color (decimal): -16643093 or 15403778. OLE color: 15403778.

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

Color convert

RGB 2 11 235 -
CMYK 0.99 0.95 0 0.08
HSL 237.68º 0.98% 0.46% -
HSV(B) 237.68º 0.99% 0.92% -
XYZ 15.14 6.25 79.01 -
YUV 33.85 241.52 105.29 -
System Red Green Blue C M Y K H S L
Decimal 2 11 235 0.99 0.95 0 0.08 237.68 0.98 0.46
Hex 2 B EB 63 5F 0 8 EE 62 2E
Octal 2 13 353 143 137 0 10 356 142 56
Binary 10 1011 11101011 1100011 1011111 0 1000 11101110 1100010 101110

Color Harmonies of #020BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020BEB

Black with #020BEB

Text Example


Text Example

White with #020BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,11,235); }

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

background-color css

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

 a { background-color: rgb(2,11,235); }

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

border-color css

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

 span { border-color: rgb(2,11,235); }

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