Html Css Color HEX #0102ED Blue

📋 copy color: '#0102ED'

red 1 ◦ green 2 ◦ blue 237

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

Shades of Blue #0102ED

Tints of Blue #0102ED

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 0.42%
G = 0.83%
B = 98.75%

CMYK

 C value IS 1.00

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0102ED (or 0x0102ED) is known color: Blue. HEX triplet: 01, 02 and ED. RGB value is (1,2,237). Sum of RGB (Red+Green+Blue) = 1+2+237=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 237 (92.97% from 255 or 98.75% from 240); Max value from RGB is 237 - color contains mainly: blue. Hex color #0102ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0102ED is #FEFD12. Grayscale: #1B1B1B. Windows color (decimal): -16710931 or 15532545. OLE color: 15532545.

HSL color Cylindrical-coordinate representation of color #0102ED: hue angle of 239.75º 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 #0102ED is Cyan = 1.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 2 237 -
CMYK 1.00 0.99 0 0.07
HSL 239.75º 0.99% 0.47% -
HSV(B) 239.75º 1% 0.93% -
XYZ 15.32 6.16 80.5 -
YUV 28.49 245.67 108.39 -
System Red Green Blue C M Y K H S L
Decimal 1 2 237 1.00 0.99 0 0.07 239.75 0.99 0.47
Hex 1 2 ED 64 63 0 7 F0 63 2F
Octal 1 2 355 144 143 0 7 360 143 57
Binary 1 10 11101101 1100100 1100011 0 111 11110000 1100011 101111

Color Harmonies of #0102ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0102ED

Black with #0102ED

Text Example


Text Example

White with #0102ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0102ED; }

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

 H1.HeaderClassName
 {
   color: #0102ED;
 }
 .AnyTagClassName
 {
   color: #0102ED;
 }
</style>

background-color css

<style>
 a { background-color: #0102ED; }

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

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

border-color css

<style>
 span { border-color: #0102ED; }

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

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