Html Css Color HEX #0309DD Medium Blue

📋 copy color: '#0309DD'

red 3 ◦ green 9 ◦ blue 221

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

Shades of Medium Blue #0309DD

Tints of Medium Blue #0309DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.86%

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

R = 1.29%
G = 3.86%
B = 94.85%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0309DD (or 0x0309DD) is known color: Medium Blue. HEX triplet: 03, 09 and DD. RGB value is (3,9,221). Sum of RGB (Red+Green+Blue) = 3+9+221=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 221 (86.72% from 255 or 94.85% from 233); Max value from RGB is 221 - color contains mainly: blue. Hex color #0309DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0309DD is #FCF622. Grayscale: #1E1E1E. Windows color (decimal): -16578083 or 14485763. OLE color: 14485763.

HSL color Cylindrical-coordinate representation of color #0309DD: hue angle of 238.35º 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 #0309DD is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 9 221 -
CMYK 0.99 0.96 0 0.13
HSL 238.35º 0.97% 0.44% -
HSV(B) 238.35º 0.99% 0.87% -
XYZ 13.19 5.44 68.76 -
YUV 31.37 235.01 107.76 -
System Red Green Blue C M Y K H S L
Decimal 3 9 221 0.99 0.96 0 0.13 238.35 0.97 0.44
Hex 3 9 DD 63 60 0 D EE 61 2C
Octal 3 11 335 143 140 0 15 356 141 54
Binary 11 1001 11011101 1100011 1100000 0 1101 11101110 1100001 101100

Color Harmonies of #0309DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0309DD

Black with #0309DD

Text Example


Text Example

White with #0309DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0309DD; }

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

 H1.HeaderClassName
 {
   color: #0309DD;
 }
 .AnyTagClassName
 {
   color: #0309DD;
 }
</style>

background-color css

<style>
 a { background-color: #0309DD; }

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

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

border-color css

<style>
 span { border-color: #0309DD; }

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

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