Html Css Color HEX #030EE6 Blue

📋 copy color: '#030EE6'

red 3 ◦ green 14 ◦ blue 230

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

Shades of Blue #030EE6

Tints of Blue #030EE6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.67%

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

R = 1.21%
G = 5.67%
B = 93.12%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#030EE6 (or 0x030EE6) is known color: Blue. HEX triplet: 03, 0E and E6. RGB value is (3,14,230). Sum of RGB (Red+Green+Blue) = 3+14+230=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 230 (90.23% from 255 or 93.12% from 247); Max value from RGB is 230 - color contains mainly: blue. Hex color #030EE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030EE6 is #FCF119. Grayscale: #222222. Windows color (decimal): -16576794 or 15076867. OLE color: 15076867.

HSL color Cylindrical-coordinate representation of color #030EE6: hue angle of 237.09º 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 #030EE6 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 3 14 230 -
CMYK 0.99 0.94 0 0.10
HSL 237.09º 0.97% 0.46% -
HSV(B) 237.09º 0.99% 0.9% -
XYZ 14.48 6.05 75.27 -
YUV 35.34 237.86 104.94 -
System Red Green Blue C M Y K H S L
Decimal 3 14 230 0.99 0.94 0 0.10 237.09 0.97 0.46
Hex 3 E E6 63 5E 0 A ED 61 2E
Octal 3 16 346 143 136 0 12 355 141 56
Binary 11 1110 11100110 1100011 1011110 0 1010 11101101 1100001 101110

Color Harmonies of #030EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030EE6

Black with #030EE6

Text Example


Text Example

White with #030EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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