Html Css Color HEX #1215EA Blue

📋 copy color: '#1215EA'

red 18 ◦ green 21 ◦ blue 234

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

Shades of Blue #1215EA

Tints of Blue #1215EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 234 (91.8% from 255) = 85.71%

R = 6.59%
G = 7.69%
B = 85.71%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1215EA (or 0x1215EA) is known color: Blue. HEX triplet: 12, 15 and EA. RGB value is (18,21,234). Sum of RGB (Red+Green+Blue) = 18+21+234=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 234 (91.80% from 255 or 85.71% from 273); Max value from RGB is 234 - color contains mainly: blue. Hex color #1215EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1215EA is #EDEA15. Grayscale: #2B2B2B. Windows color (decimal): -15591958 or 15340818. OLE color: 15340818.

HSL color Cylindrical-coordinate representation of color #1215EA: hue angle of 239.17º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1215EA is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 21 234 -
CMYK 0.92 0.91 0 0.08
HSL 239.17º 0.86% 0.49% -
HSV(B) 239.17º 0.92% 0.92% -
XYZ 15.37 6.61 78.31 -
YUV 44.39 235.01 109.18 -
System Red Green Blue C M Y K H S L
Decimal 18 21 234 0.92 0.91 0 0.08 239.17 0.86 0.49
Hex 12 15 EA 5C 5B 0 8 EF 56 31
Octal 22 25 352 134 133 0 10 357 126 61
Binary 10010 10101 11101010 1011100 1011011 0 1000 11101111 1010110 110001

Color Harmonies of #1215EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1215EA

Black with #1215EA

Text Example


Text Example

White with #1215EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1215EA; }

 p { color: rgb(18,21,234); }

 H1.HeaderClassName
 {
   color: #1215EA;
 }
 .AnyTagClassName
 {
   color: #1215EA;
 }
</style>

background-color css

<style>
 a { background-color: #1215EA; }

 a { background-color: rgb(18,21,234); }

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

border-color css

<style>
 span { border-color: #1215EA; }

 span { border-color: rgb(18,21,234); }

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