Html Css Color HEX #010CEB Blue

📋 copy color: '#010CEB'

red 1 ◦ green 12 ◦ blue 235

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

Shades of Blue #010CEB

Tints of Blue #010CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 94.76%

R = 0.4%
G = 4.84%
B = 94.76%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#010CEB (or 0x010CEB) is known color: Blue. HEX triplet: 01, 0C and EB. RGB value is (1,12,235). Sum of RGB (Red+Green+Blue) = 1+12+235=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 235 (92.19% from 255 or 94.76% from 248); Max value from RGB is 235 - color contains mainly: blue. Hex color #010CEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010CEB is #FEF314. Grayscale: #212121. Windows color (decimal): -16708373 or 15404033. OLE color: 15404033.

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

Color convert

RGB 1 12 235 -
CMYK 1.00 0.95 0 0.08
HSL 237.18º 0.99% 0.46% -
HSV(B) 237.18º 1% 0.92% -
XYZ 15.14 6.27 79.01 -
YUV 34.13 241.36 104.37 -
System Red Green Blue C M Y K H S L
Decimal 1 12 235 1.00 0.95 0 0.08 237.18 0.99 0.46
Hex 1 C EB 64 5F 0 8 ED 63 2E
Octal 1 14 353 144 137 0 10 355 143 56
Binary 1 1100 11101011 1100100 1011111 0 1000 11101101 1100011 101110

Color Harmonies of #010CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CEB

Black with #010CEB

Text Example


Text Example

White with #010CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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