Html Css Color HEX #030FDD Medium Blue

📋 copy color: '#030FDD'

red 3 ◦ green 15 ◦ blue 221

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

Shades of Medium Blue #030FDD

Tints of Medium Blue #030FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 92.47%

R = 1.26%
G = 6.28%
B = 92.47%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#030FDD (or 0x030FDD) is known color: Medium Blue. HEX triplet: 03, 0F and DD. RGB value is (3,15,221). Sum of RGB (Red+Green+Blue) = 3+15+221=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 221 (86.72% from 255 or 92.47% from 239); Max value from RGB is 221 - color contains mainly: blue. Hex color #030FDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FDD is #FCF022. Grayscale: #222222. Windows color (decimal): -16576547 or 14487299. OLE color: 14487299.

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

Color convert

RGB 3 15 221 -
CMYK 0.99 0.93 0 0.13
HSL 236.7º 0.97% 0.44% -
HSV(B) 236.7º 0.99% 0.87% -
XYZ 13.26 5.58 68.79 -
YUV 34.9 233.02 105.25 -
System Red Green Blue C M Y K H S L
Decimal 3 15 221 0.99 0.93 0 0.13 236.7 0.97 0.44
Hex 3 F DD 63 5D 0 D ED 61 2C
Octal 3 17 335 143 135 0 15 355 141 54
Binary 11 1111 11011101 1100011 1011101 0 1101 11101101 1100001 101100

Color Harmonies of #030FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FDD

Black with #030FDD

Text Example


Text Example

White with #030FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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