Html Css Color HEX #030CEF Blue

📋 copy color: '#030CEF'

red 3 ◦ green 12 ◦ blue 239

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

Shades of Blue #030CEF

Tints of Blue #030CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.72%

 BLUE value IS 239 (93.75% from 255) = 94.09%

R = 1.18%
G = 4.72%
B = 94.09%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#030CEF (or 0x030CEF) is known color: Blue. HEX triplet: 03, 0C and EF. RGB value is (3,12,239). Sum of RGB (Red+Green+Blue) = 3+12+239=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 239 (93.75% from 255 or 94.09% from 254); Max value from RGB is 239 - color contains mainly: blue. Hex color #030CEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030CEF is #FCF310. Grayscale: #222222. Windows color (decimal): -16577297 or 15666179. OLE color: 15666179.

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

Color convert

RGB 3 12 239 -
CMYK 0.99 0.95 0 0.06
HSL 237.71º 0.98% 0.47% -
HSV(B) 237.71º 0.99% 0.94% -
XYZ 15.75 6.51 82.09 -
YUV 35.19 243.02 105.04 -
System Red Green Blue C M Y K H S L
Decimal 3 12 239 0.99 0.95 0 0.06 237.71 0.98 0.47
Hex 3 C EF 63 5F 0 6 EE 62 2F
Octal 3 14 357 143 137 0 6 356 142 57
Binary 11 1100 11101111 1100011 1011111 0 110 11101110 1100010 101111

Color Harmonies of #030CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030CEF

Black with #030CEF

Text Example


Text Example

White with #030CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,12,239); }

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

background-color css

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

 a { background-color: rgb(3,12,239); }

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

border-color css

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

 span { border-color: rgb(3,12,239); }

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