Html Css Color HEX #030FEB Blue

📋 copy color: '#030FEB'

red 3 ◦ green 15 ◦ blue 235

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

Shades of Blue #030FEB

Tints of Blue #030FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.93%

 BLUE value IS 235 (92.19% from 255) = 92.89%

R = 1.19%
G = 5.93%
B = 92.89%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#030FEB (or 0x030FEB) is known color: Blue. HEX triplet: 03, 0F and EB. RGB value is (3,15,235). Sum of RGB (Red+Green+Blue) = 3+15+235=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 235 (92.19% from 255 or 92.89% from 253); Max value from RGB is 235 - color contains mainly: blue. Hex color #030FEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030FEB is #FCF014. Grayscale: #232323. Windows color (decimal): -16576533 or 15404803. OLE color: 15404803.

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

Color convert

RGB 3 15 235 -
CMYK 0.99 0.94 0 0.08
HSL 236.9º 0.97% 0.47% -
HSV(B) 236.9º 0.99% 0.92% -
XYZ 15.2 6.36 79.02 -
YUV 36.49 240.02 104.11 -
System Red Green Blue C M Y K H S L
Decimal 3 15 235 0.99 0.94 0 0.08 236.9 0.97 0.47
Hex 3 F EB 63 5E 0 8 ED 61 2F
Octal 3 17 353 143 136 0 10 355 141 57
Binary 11 1111 11101011 1100011 1011110 0 1000 11101101 1100001 101111

Color Harmonies of #030FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FEB

Black with #030FEB

Text Example


Text Example

White with #030FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,15,235); }

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

background-color css

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

 a { background-color: rgb(3,15,235); }

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

border-color css

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

 span { border-color: rgb(3,15,235); }

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