Html Css Color HEX #010CDE Medium Blue

📋 copy color: '#010CDE'

red 1 ◦ green 12 ◦ blue 222

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

Shades of Medium Blue #010CDE

Tints of Medium Blue #010CDE

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

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

 BLUE value IS 222 (87.11% from 255) = 94.47%

R = 0.43%
G = 5.11%
B = 94.47%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#010CDE (or 0x010CDE) is known color: Medium Blue. HEX triplet: 01, 0C and DE. RGB value is (1,12,222). Sum of RGB (Red+Green+Blue) = 1+12+222=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 222 (87.11% from 255 or 94.47% from 235); Max value from RGB is 222 - color contains mainly: blue. Hex color #010CDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CDE is #FEF321. Grayscale: #1F1F1F. Windows color (decimal): -16708386 or 14552065. OLE color: 14552065.

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

Color convert

RGB 1 12 222 -
CMYK 1.00 0.95 0 0.13
HSL 237.01º 0.99% 0.44% -
HSV(B) 237.01º 1% 0.87% -
XYZ 13.33 5.54 69.47 -
YUV 32.65 234.86 105.42 -
System Red Green Blue C M Y K H S L
Decimal 1 12 222 1.00 0.95 0 0.13 237.01 0.99 0.44
Hex 1 C DE 64 5F 0 D ED 63 2C
Octal 1 14 336 144 137 0 15 355 143 54
Binary 1 1100 11011110 1100100 1011111 0 1101 11101101 1100011 101100

Color Harmonies of #010CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CDE

Black with #010CDE

Text Example


Text Example

White with #010CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010CDE; }

 p { color: rgb(1,12,222); }

 H1.HeaderClassName
 {
   color: #010CDE;
 }
 .AnyTagClassName
 {
   color: #010CDE;
 }
</style>

background-color css

<style>
 a { background-color: #010CDE; }

 a { background-color: rgb(1,12,222); }

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

border-color css

<style>
 span { border-color: #010CDE; }

 span { border-color: rgb(1,12,222); }

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