Html Css Color HEX #030FE7 Blue

📋 copy color: '#030FE7'

red 3 ◦ green 15 ◦ blue 231

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

Shades of Blue #030FE7

Tints of Blue #030FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 92.77%

R = 1.2%
G = 6.02%
B = 92.77%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#030FE7 (or 0x030FE7) is known color: Blue. HEX triplet: 03, 0F and E7. RGB value is (3,15,231). Sum of RGB (Red+Green+Blue) = 3+15+231=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 231 (90.62% from 255 or 92.77% from 249); Max value from RGB is 231 - color contains mainly: blue. Hex color #030FE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030FE7 is #FCF018. Grayscale: #232323. Windows color (decimal): -16576537 or 15142659. OLE color: 15142659.

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

Color convert

RGB 3 15 231 -
CMYK 0.99 0.94 0 0.09
HSL 236.84º 0.97% 0.46% -
HSV(B) 236.84º 0.99% 0.91% -
XYZ 14.63 6.13 76.01 -
YUV 36.04 238.02 104.44 -
System Red Green Blue C M Y K H S L
Decimal 3 15 231 0.99 0.94 0 0.09 236.84 0.97 0.46
Hex 3 F E7 63 5E 0 9 ED 61 2E
Octal 3 17 347 143 136 0 11 355 141 56
Binary 11 1111 11100111 1100011 1011110 0 1001 11101101 1100001 101110

Color Harmonies of #030FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FE7

Black with #030FE7

Text Example


Text Example

White with #030FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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