Html Css Color HEX #030FF6 Blue

📋 copy color: '#030FF6'

red 3 ◦ green 15 ◦ blue 246

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

Shades of Blue #030FF6

Tints of Blue #030FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 93.18%

R = 1.14%
G = 5.68%
B = 93.18%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#030FF6 (or 0x030FF6) is known color: Blue. HEX triplet: 03, 0F and F6. RGB value is (3,15,246). Sum of RGB (Red+Green+Blue) = 3+15+246=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 246 (96.48% from 255 or 93.18% from 264); Max value from RGB is 246 - color contains mainly: blue. Hex color #030FF6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030FF6 is #FCF009. Grayscale: #242424. Windows color (decimal): -16576522 or 16125699. OLE color: 16125699.

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

Color convert

RGB 3 15 246 -
CMYK 0.99 0.94 0 0.04
HSL 237.04º 0.98% 0.49% -
HSV(B) 237.04º 0.99% 0.96% -
XYZ 16.84 7.01 87.66 -
YUV 37.75 245.52 103.22 -
System Red Green Blue C M Y K H S L
Decimal 3 15 246 0.99 0.94 0 0.04 237.04 0.98 0.49
Hex 3 F F6 63 5E 0 4 ED 62 31
Octal 3 17 366 143 136 0 4 355 142 61
Binary 11 1111 11110110 1100011 1011110 0 100 11101101 1100010 110001

Color Harmonies of #030FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FF6

Black with #030FF6

Text Example


Text Example

White with #030FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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