Html Css Color HEX #030BE6 Blue

📋 copy color: '#030BE6'

red 3 ◦ green 11 ◦ blue 230

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

Shades of Blue #030BE6

Tints of Blue #030BE6

RGB

 RED value IS 3 (1.56% from 255) = 1.23%

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

 BLUE value IS 230 (90.23% from 255) = 94.26%

R = 1.23%
G = 4.51%
B = 94.26%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#030BE6 (or 0x030BE6) is known color: Blue. HEX triplet: 03, 0B and E6. RGB value is (3,11,230). Sum of RGB (Red+Green+Blue) = 3+11+230=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 230 (90.23% from 255 or 94.26% from 244); Max value from RGB is 230 - color contains mainly: blue. Hex color #030BE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030BE6 is #FCF419. Grayscale: #202020. Windows color (decimal): -16577562 or 15076099. OLE color: 15076099.

HSL color Cylindrical-coordinate representation of color #030BE6: hue angle of 237.89º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030BE6 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 3 11 230 -
CMYK 0.99 0.95 0 0.10
HSL 237.89º 0.97% 0.46% -
HSV(B) 237.89º 0.99% 0.9% -
XYZ 14.44 5.97 75.25 -
YUV 33.57 238.85 106.19 -
System Red Green Blue C M Y K H S L
Decimal 3 11 230 0.99 0.95 0 0.10 237.89 0.97 0.46
Hex 3 B E6 63 5F 0 A EE 61 2E
Octal 3 13 346 143 137 0 12 356 141 56
Binary 11 1011 11100110 1100011 1011111 0 1010 11101110 1100001 101110

Color Harmonies of #030BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030BE6

Black with #030BE6

Text Example


Text Example

White with #030BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030BE6; }

 p { color: rgb(3,11,230); }

 H1.HeaderClassName
 {
   color: #030BE6;
 }
 .AnyTagClassName
 {
   color: #030BE6;
 }
</style>

background-color css

<style>
 a { background-color: #030BE6; }

 a { background-color: rgb(3,11,230); }

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

border-color css

<style>
 span { border-color: #030BE6; }

 span { border-color: rgb(3,11,230); }

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