Html Css Color HEX #030AF7 Blue

📋 copy color: '#030AF7'

red 3 ◦ green 10 ◦ blue 247

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

Shades of Blue #030AF7

Tints of Blue #030AF7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.85%

 BLUE value IS 247 (96.88% from 255) = 95%

R = 1.15%
G = 3.85%
B = 95%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#030AF7 (or 0x030AF7) is known color: Blue. HEX triplet: 03, 0A and F7. RGB value is (3,10,247). Sum of RGB (Red+Green+Blue) = 3+10+247=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 247 (96.88% from 255 or 95% from 260); Max value from RGB is 247 - color contains mainly: blue. Hex color #030AF7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030AF7 is #FCF508. Grayscale: #212121. Windows color (decimal): -16577801 or 16189955. OLE color: 16189955.

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

Color convert

RGB 3 10 247 -
CMYK 0.99 0.96 0 0.03
HSL 238.28º 0.98% 0.49% -
HSV(B) 238.28º 0.99% 0.97% -
XYZ 16.93 6.95 88.44 -
YUV 34.93 247.68 105.23 -
System Red Green Blue C M Y K H S L
Decimal 3 10 247 0.99 0.96 0 0.03 238.28 0.98 0.49
Hex 3 A F7 63 60 0 3 EE 62 31
Octal 3 12 367 143 140 0 3 356 142 61
Binary 11 1010 11110111 1100011 1100000 0 11 11101110 1100010 110001

Color Harmonies of #030AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030AF7

Black with #030AF7

Text Example


Text Example

White with #030AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,10,247); }

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

background-color css

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

 a { background-color: rgb(3,10,247); }

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

border-color css

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

 span { border-color: rgb(3,10,247); }

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