Html Css Color HEX #0309CF Medium Blue

📋 copy color: '#0309CF'

red 3 ◦ green 9 ◦ blue 207

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

Shades of Medium Blue #0309CF

Tints of Medium Blue #0309CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 94.52%

R = 1.37%
G = 4.11%
B = 94.52%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0309CF (or 0x0309CF) is known color: Medium Blue. HEX triplet: 03, 09 and CF. RGB value is (3,9,207). Sum of RGB (Red+Green+Blue) = 3+9+207=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 207 (81.25% from 255 or 94.52% from 219); Max value from RGB is 207 - color contains mainly: blue. Hex color #0309CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0309CF is #FCF630. Grayscale: #1C1C1C. Windows color (decimal): -16578097 or 13568259. OLE color: 13568259.

HSL color Cylindrical-coordinate representation of color #0309CF: hue angle of 238.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0309CF is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 9 207 -
CMYK 0.99 0.96 0 0.19
HSL 238.24º 0.97% 0.41% -
HSV(B) 238.24º 0.99% 0.81% -
XYZ 11.4 4.72 59.34 -
YUV 29.78 228.01 108.9 -
System Red Green Blue C M Y K H S L
Decimal 3 9 207 0.99 0.96 0 0.19 238.24 0.97 0.41
Hex 3 9 CF 63 60 0 13 EE 61 29
Octal 3 11 317 143 140 0 23 356 141 51
Binary 11 1001 11001111 1100011 1100000 0 10011 11101110 1100001 101001

Color Harmonies of #0309CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0309CF

Black with #0309CF

Text Example


Text Example

White with #0309CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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