Html Css Color HEX #030EF6 Blue

📋 copy color: '#030EF6'

red 3 ◦ green 14 ◦ blue 246

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

Shades of Blue #030EF6

Tints of Blue #030EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 93.54%

R = 1.14%
G = 5.32%
B = 93.54%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#030EF6 (or 0x030EF6) is known color: Blue. HEX triplet: 03, 0E and F6. RGB value is (3,14,246). Sum of RGB (Red+Green+Blue) = 3+14+246=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 246 (96.48% from 255 or 93.54% from 263); Max value from RGB is 246 - color contains mainly: blue. Hex color #030EF6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030EF6 is #FCF109. Grayscale: #242424. Windows color (decimal): -16576778 or 16125443. OLE color: 16125443.

HSL color Cylindrical-coordinate representation of color #030EF6: hue angle of 237.28º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030EF6 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 14 246 -
CMYK 0.99 0.94 0 0.04
HSL 237.28º 0.98% 0.49% -
HSV(B) 237.28º 0.99% 0.96% -
XYZ 16.83 6.99 87.65 -
YUV 37.16 245.86 103.64 -
System Red Green Blue C M Y K H S L
Decimal 3 14 246 0.99 0.94 0 0.04 237.28 0.98 0.49
Hex 3 E F6 63 5E 0 4 ED 62 31
Octal 3 16 366 143 136 0 4 355 142 61
Binary 11 1110 11110110 1100011 1011110 0 100 11101101 1100010 110001

Color Harmonies of #030EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030EF6

Black with #030EF6

Text Example


Text Example

White with #030EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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