Html Css Color HEX #010BED Blue

📋 copy color: '#010BED'

red 1 ◦ green 11 ◦ blue 237

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

Shades of Blue #010BED

Tints of Blue #010BED

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.42%

 BLUE value IS 237 (92.97% from 255) = 95.18%

R = 0.4%
G = 4.42%
B = 95.18%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#010BED (or 0x010BED) is known color: Blue. HEX triplet: 01, 0B and ED. RGB value is (1,11,237). Sum of RGB (Red+Green+Blue) = 1+11+237=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 237 (92.97% from 255 or 95.18% from 249); Max value from RGB is 237 - color contains mainly: blue. Hex color #010BED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010BED is #FEF412. Grayscale: #202020. Windows color (decimal): -16708627 or 15534849. OLE color: 15534849.

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

Color convert

RGB 1 11 237 -
CMYK 1.00 0.95 0 0.07
HSL 237.46º 0.99% 0.47% -
HSV(B) 237.46º 1% 0.93% -
XYZ 15.42 6.36 80.54 -
YUV 33.77 242.69 104.62 -
System Red Green Blue C M Y K H S L
Decimal 1 11 237 1.00 0.95 0 0.07 237.46 0.99 0.47
Hex 1 B ED 64 5F 0 7 ED 63 2F
Octal 1 13 355 144 137 0 7 355 143 57
Binary 1 1011 11101101 1100100 1011111 0 111 11101101 1100011 101111

Color Harmonies of #010BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BED

Black with #010BED

Text Example


Text Example

White with #010BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,11,237); }

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

background-color css

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

 a { background-color: rgb(1,11,237); }

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

border-color css

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

 span { border-color: rgb(1,11,237); }

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