Html Css Color HEX #0914CE Medium Blue

📋 copy color: '#0914CE'

red 9 ◦ green 20 ◦ blue 206

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

Shades of Medium Blue #0914CE

Tints of Medium Blue #0914CE

RGB

 RED value IS 9 (3.91% from 255) = 3.83%

 GREEN value IS 20 (8.2% from 255) = 8.51%

 BLUE value IS 206 (80.86% from 255) = 87.66%

R = 3.83%
G = 8.51%
B = 87.66%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0914CE (or 0x0914CE) is known color: Medium Blue. HEX triplet: 09, 14 and CE. RGB value is (9,20,206). Sum of RGB (Red+Green+Blue) = 9+20+206=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 206 (80.86% from 255 or 87.66% from 235); Max value from RGB is 206 - color contains mainly: blue. Hex color #0914CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0914CE is #F6EB31. Grayscale: #252525. Windows color (decimal): -16182066 or 13505545. OLE color: 13505545.

HSL color Cylindrical-coordinate representation of color #0914CE: hue angle of 236.65º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0914CE is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 20 206 -
CMYK 0.96 0.90 0 0.19
HSL 236.65º 0.92% 0.42% -
HSV(B) 236.65º 0.96% 0.81% -
XYZ 11.5 5.01 58.75 -
YUV 37.92 222.86 107.38 -
System Red Green Blue C M Y K H S L
Decimal 9 20 206 0.96 0.90 0 0.19 236.65 0.92 0.42
Hex 9 14 CE 60 5A 0 13 ED 5C 2A
Octal 11 24 316 140 132 0 23 355 134 52
Binary 1001 10100 11001110 1100000 1011010 0 10011 11101101 1011100 101010

Color Harmonies of #0914CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0914CE

Black with #0914CE

Text Example


Text Example

White with #0914CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0914CE; }

 p { color: rgb(9,20,206); }

 H1.HeaderClassName
 {
   color: #0914CE;
 }
 .AnyTagClassName
 {
   color: #0914CE;
 }
</style>

background-color css

<style>
 a { background-color: #0914CE; }

 a { background-color: rgb(9,20,206); }

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

border-color css

<style>
 span { border-color: #0914CE; }

 span { border-color: rgb(9,20,206); }

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