Html Css Color HEX #030FD0 Medium Blue

📋 copy color: '#030FD0'

red 3 ◦ green 15 ◦ blue 208

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

Shades of Medium Blue #030FD0

Tints of Medium Blue #030FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 92.04%

R = 1.33%
G = 6.64%
B = 92.04%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#030FD0 (or 0x030FD0) is known color: Medium Blue. HEX triplet: 03, 0F and D0. RGB value is (3,15,208). Sum of RGB (Red+Green+Blue) = 3+15+208=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 208 (81.64% from 255 or 92.04% from 226); Max value from RGB is 208 - color contains mainly: blue. Hex color #030FD0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FD0 is #FCF02F. Grayscale: #202020. Windows color (decimal): -16576560 or 13635331. OLE color: 13635331.

HSL color Cylindrical-coordinate representation of color #030FD0: hue angle of 236.49º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030FD0 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 15 208 -
CMYK 0.99 0.93 0 0.18
HSL 236.49º 0.97% 0.41% -
HSV(B) 236.49º 0.99% 0.82% -
XYZ 11.59 4.92 60.01 -
YUV 33.41 226.52 106.31 -
System Red Green Blue C M Y K H S L
Decimal 3 15 208 0.99 0.93 0 0.18 236.49 0.97 0.41
Hex 3 F D0 63 5D 0 12 EC 61 29
Octal 3 17 320 143 135 0 22 354 141 51
Binary 11 1111 11010000 1100011 1011101 0 10010 11101100 1100001 101001

Color Harmonies of #030FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FD0

Black with #030FD0

Text Example


Text Example

White with #030FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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