Html Css Color HEX #1205EF Blue

📋 copy color: '#1205EF'

red 18 ◦ green 5 ◦ blue 239

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

Shades of Blue #1205EF

Tints of Blue #1205EF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

 BLUE value IS 239 (93.75% from 255) = 91.22%

R = 6.87%
G = 1.91%
B = 91.22%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1205EF (or 0x1205EF) is known color: Blue. HEX triplet: 12, 05 and EF. RGB value is (18,5,239). Sum of RGB (Red+Green+Blue) = 18+5+239=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 239 (93.75% from 255 or 91.22% from 262); Max value from RGB is 239 - color contains mainly: blue. Hex color #1205EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1205EF is #EDFA10. Grayscale: #222222. Windows color (decimal): -15596049 or 15664402. OLE color: 15664402.

HSL color Cylindrical-coordinate representation of color #1205EF: hue angle of 243.33º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1205EF is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 5 239 -
CMYK 0.92 0.98 0 0.06
HSL 243.33º 0.96% 0.48% -
HSV(B) 243.33º 0.98% 0.94% -
XYZ 15.88 6.47 82.07 -
YUV 35.56 242.81 115.47 -
System Red Green Blue C M Y K H S L
Decimal 18 5 239 0.92 0.98 0 0.06 243.33 0.96 0.48
Hex 12 5 EF 5C 62 0 6 F3 60 30
Octal 22 5 357 134 142 0 6 363 140 60
Binary 10010 101 11101111 1011100 1100010 0 110 11110011 1100000 110000

Color Harmonies of #1205EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1205EF

Black with #1205EF

Text Example


Text Example

White with #1205EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1205EF; }

 p { color: rgb(18,5,239); }

 H1.HeaderClassName
 {
   color: #1205EF;
 }
 .AnyTagClassName
 {
   color: #1205EF;
 }
</style>

background-color css

<style>
 a { background-color: #1205EF; }

 a { background-color: rgb(18,5,239); }

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

border-color css

<style>
 span { border-color: #1205EF; }

 span { border-color: rgb(18,5,239); }

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