Html Css Color HEX #0018CD Medium Blue

📋 copy color: '#0018CD'

red 0 ◦ green 24 ◦ blue 205

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

Shades of Medium Blue #0018CD

Tints of Medium Blue #0018CD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 24 (9.77% from 255) = 10.48%

 BLUE value IS 205 (80.47% from 255) = 89.52%

R = 0%
G = 10.48%
B = 89.52%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0018CD (or 0x0018CD) is known color: Medium Blue. HEX triplet: 00, 18 and CD. RGB value is (0,24,205). Sum of RGB (Red+Green+Blue) = 0+24+205=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 205 (80.47% from 255 or 89.52% from 229); Max value from RGB is 205 - color contains mainly: blue. Hex color #0018CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0018CD is #FFE732. Grayscale: #242424. Windows color (decimal): -16770867 or 13441024. OLE color: 13441024.

HSL color Cylindrical-coordinate representation of color #0018CD: hue angle of 232.98º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0018CD is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 24 205 -
CMYK 1 0.88 0 0.20
HSL 232.98º 1% 0.4% -
HSV(B) 232.98º 1% 0.8% -
XYZ 11.35 5.06 58.14 -
YUV 37.46 222.55 101.28 -
System Red Green Blue C M Y K H S L
Decimal 0 24 205 1 0.88 0 0.20 232.98 1 0.4
Hex 0 18 CD 64 58 0 14 E9 64 28
Octal 0 30 315 144 130 0 24 351 144 50
Binary 0 11000 11001101 1100100 1011000 0 10100 11101001 1100100 101000

Color Harmonies of #0018CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0018CD

Black with #0018CD

Text Example


Text Example

White with #0018CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0018CD; }

 p { color: rgb(0,24,205); }

 H1.HeaderClassName
 {
   color: #0018CD;
 }
 .AnyTagClassName
 {
   color: #0018CD;
 }
</style>

background-color css

<style>
 a { background-color: #0018CD; }

 a { background-color: rgb(0,24,205); }

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

border-color css

<style>
 span { border-color: #0018CD; }

 span { border-color: rgb(0,24,205); }

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