Html Css Color HEX #030EFA Blue

📋 copy color: '#030EFA'

red 3 ◦ green 14 ◦ blue 250

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

Shades of Blue #030EFA

Tints of Blue #030EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 93.63%

R = 1.12%
G = 5.24%
B = 93.63%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#030EFA (or 0x030EFA) is known color: Blue. HEX triplet: 03, 0E and FA. RGB value is (3,14,250). Sum of RGB (Red+Green+Blue) = 3+14+250=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 250 (98.05% from 255 or 93.63% from 267); Max value from RGB is 250 - color contains mainly: blue. Hex color #030EFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030EFA is #FCF105. Grayscale: #242424. Windows color (decimal): -16576774 or 16387587. OLE color: 16387587.

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

Color convert

RGB 3 14 250 -
CMYK 0.99 0.94 0 0.02
HSL 237.33º 0.98% 0.5% -
HSV(B) 237.33º 0.99% 0.98% -
XYZ 17.45 7.24 90.92 -
YUV 37.62 247.86 103.31 -
System Red Green Blue C M Y K H S L
Decimal 3 14 250 0.99 0.94 0 0.02 237.33 0.98 0.5
Hex 3 E FA 63 5E 0 2 ED 62 32
Octal 3 16 372 143 136 0 2 355 142 62
Binary 11 1110 11111010 1100011 1011110 0 10 11101101 1100010 110010

Color Harmonies of #030EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030EFA

Black with #030EFA

Text Example


Text Example

White with #030EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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