Html Css Color HEX #030EF7 Blue

📋 copy color: '#030EF7'

red 3 ◦ green 14 ◦ blue 247

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

Shades of Blue #030EF7

Tints of Blue #030EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 93.56%

R = 1.14%
G = 5.3%
B = 93.56%

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

#030EF7 (or 0x030EF7) is known color: Blue. HEX triplet: 03, 0E and F7. RGB value is (3,14,247). Sum of RGB (Red+Green+Blue) = 3+14+247=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 247 (96.88% from 255 or 93.56% from 264); Max value from RGB is 247 - color contains mainly: blue. Hex color #030EF7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030EF7 is #FCF108. Grayscale: #242424. Windows color (decimal): -16576777 or 16190979. OLE color: 16190979.

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

Color convert

RGB 3 14 247 -
CMYK 0.99 0.94 0 0.03
HSL 237.3º 0.98% 0.49% -
HSV(B) 237.3º 0.99% 0.97% -
XYZ 16.98 7.05 88.46 -
YUV 37.27 246.36 103.55 -
System Red Green Blue C M Y K H S L
Decimal 3 14 247 0.99 0.94 0 0.03 237.3 0.98 0.49
Hex 3 E F7 63 5E 0 3 ED 62 31
Octal 3 16 367 143 136 0 3 355 142 61
Binary 11 1110 11110111 1100011 1011110 0 11 11101101 1100010 110001

Color Harmonies of #030EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030EF7

Black with #030EF7

Text Example


Text Example

White with #030EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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