Html Css Color HEX #030FFD Blue

📋 copy color: '#030FFD'

red 3 ◦ green 15 ◦ blue 253

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

Shades of Blue #030FFD

Tints of Blue #030FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 93.36%

R = 1.11%
G = 5.54%
B = 93.36%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#030FFD (or 0x030FFD) is known color: Blue. HEX triplet: 03, 0F and FD. RGB value is (3,15,253). Sum of RGB (Red+Green+Blue) = 3+15+253=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 253 (99.22% from 255 or 93.36% from 271); Max value from RGB is 253 - color contains mainly: blue. Hex color #030FFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030FFD is #FCF002. Grayscale: #252525. Windows color (decimal): -16576515 or 16584451. OLE color: 16584451.

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

Color convert

RGB 3 15 253 -
CMYK 0.99 0.94 0 0.01
HSL 237.12º 0.98% 0.5% -
HSV(B) 237.12º 0.99% 0.99% -
XYZ 17.94 7.45 93.42 -
YUV 38.54 249.02 102.65 -
System Red Green Blue C M Y K H S L
Decimal 3 15 253 0.99 0.94 0 0.01 237.12 0.98 0.5
Hex 3 F FD 63 5E 0 1 ED 62 32
Octal 3 17 375 143 136 0 1 355 142 62
Binary 11 1111 11111101 1100011 1011110 0 1 11101101 1100010 110010

Color Harmonies of #030FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FFD

Black with #030FFD

Text Example


Text Example

White with #030FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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