Html Css Color HEX #000CDF Medium Blue

📋 copy color: '#000CDF'

red 0 ◦ green 12 ◦ blue 223

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

Shades of Medium Blue #000CDF

Tints of Medium Blue #000CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.11%

 BLUE value IS 223 (87.5% from 255) = 94.89%

R = 0%
G = 5.11%
B = 94.89%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#000CDF (or 0x000CDF) is known color: Medium Blue. HEX triplet: 00, 0C and DF. RGB value is (0,12,223). Sum of RGB (Red+Green+Blue) = 0+12+223=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 223 (87.5% from 255 or 94.89% from 235); Max value from RGB is 223 - color contains mainly: blue. Hex color #000CDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CDF is #FFF320. Grayscale: #1F1F1F. Windows color (decimal): -16773921 or 14617600. OLE color: 14617600.

HSL color Cylindrical-coordinate representation of color #000CDF: hue angle of 236.77º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CDF is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 12 223 -
CMYK 1 0.95 0 0.13
HSL 236.77º 1% 0.44% -
HSV(B) 236.77º 1% 0.87% -
XYZ 13.45 5.59 70.18 -
YUV 32.47 235.52 104.84 -
System Red Green Blue C M Y K H S L
Decimal 0 12 223 1 0.95 0 0.13 236.77 1 0.44
Hex 0 C DF 64 5F 0 D ED 64 2C
Octal 0 14 337 144 137 0 15 355 144 54
Binary 0 1100 11011111 1100100 1011111 0 1101 11101101 1100100 101100

Color Harmonies of #000CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000CDF

Black with #000CDF

Text Example


Text Example

White with #000CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000CDF; }

 p { color: rgb(0,12,223); }

 H1.HeaderClassName
 {
   color: #000CDF;
 }
 .AnyTagClassName
 {
   color: #000CDF;
 }
</style>

background-color css

<style>
 a { background-color: #000CDF; }

 a { background-color: rgb(0,12,223); }

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

border-color css

<style>
 span { border-color: #000CDF; }

 span { border-color: rgb(0,12,223); }

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