Html Css Color HEX #030EF8 Blue

📋 copy color: '#030EF8'

red 3 ◦ green 14 ◦ blue 248

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

Shades of Blue #030EF8

Tints of Blue #030EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 93.58%

R = 1.13%
G = 5.28%
B = 93.58%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#030EF8 (or 0x030EF8) is known color: Blue. HEX triplet: 03, 0E and F8. RGB value is (3,14,248). Sum of RGB (Red+Green+Blue) = 3+14+248=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 248 (97.27% from 255 or 93.58% from 265); Max value from RGB is 248 - color contains mainly: blue. Hex color #030EF8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030EF8 is #FCF107. Grayscale: #242424. Windows color (decimal): -16576776 or 16256515. OLE color: 16256515.

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

Color convert

RGB 3 14 248 -
CMYK 0.99 0.94 0 0.03
HSL 237.31º 0.98% 0.49% -
HSV(B) 237.31º 0.99% 0.97% -
XYZ 17.14 7.11 89.28 -
YUV 37.39 246.86 103.47 -
System Red Green Blue C M Y K H S L
Decimal 3 14 248 0.99 0.94 0 0.03 237.31 0.98 0.49
Hex 3 E F8 63 5E 0 3 ED 62 31
Octal 3 16 370 143 136 0 3 355 142 61
Binary 11 1110 11111000 1100011 1011110 0 11 11101101 1100010 110001

Color Harmonies of #030EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030EF8

Black with #030EF8

Text Example


Text Example

White with #030EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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