Html Css Color HEX #1202ED Blue

📋 copy color: '#1202ED'

red 18 ◦ green 2 ◦ blue 237

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

Shades of Blue #1202ED

Tints of Blue #1202ED

RGB

 RED value IS 18 (7.42% from 255) = 7%

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

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

R = 7%
G = 0.78%
B = 92.22%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1202ED (or 0x1202ED) is known color: Blue. HEX triplet: 12, 02 and ED. RGB value is (18,2,237). Sum of RGB (Red+Green+Blue) = 18+2+237=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 237 (92.97% from 255 or 92.22% from 257); Max value from RGB is 237 - color contains mainly: blue. Hex color #1202ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1202ED is #EDFD12. Grayscale: #202020. Windows color (decimal): -15596819 or 15532562. OLE color: 15532562.

HSL color Cylindrical-coordinate representation of color #1202ED: hue angle of 244.09º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1202ED is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 2 237 -
CMYK 0.92 0.99 0 0.07
HSL 244.09º 0.98% 0.47% -
HSV(B) 244.09º 0.99% 0.93% -
XYZ 15.56 6.29 80.51 -
YUV 33.57 242.8 116.89 -
System Red Green Blue C M Y K H S L
Decimal 18 2 237 0.92 0.99 0 0.07 244.09 0.98 0.47
Hex 12 2 ED 5C 63 0 7 F4 62 2F
Octal 22 2 355 134 143 0 7 364 142 57
Binary 10010 10 11101101 1011100 1100011 0 111 11110100 1100010 101111

Color Harmonies of #1202ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1202ED

Black with #1202ED

Text Example


Text Example

White with #1202ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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