Html Css Color HEX #1245DD Persian Blue

📋 copy color: '#1245DD'

red 18 ◦ green 69 ◦ blue 221

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

Shades of Persian Blue #1245DD

Tints of Persian Blue #1245DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.4%

 BLUE value IS 221 (86.72% from 255) = 71.75%

R = 5.84%
G = 22.4%
B = 71.75%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1245DD (or 0x1245DD) is known color: Persian Blue. HEX triplet: 12, 45 and DD. RGB value is (18,69,221). Sum of RGB (Red+Green+Blue) = 18+69+221=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #1245DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1245DD is #EDBA22. Grayscale: #464646. Windows color (decimal): -15579683 or 14501138. OLE color: 14501138.

HSL color Cylindrical-coordinate representation of color #1245DD: hue angle of 224.93º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1245DD is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 69 221 -
CMYK 0.92 0.69 0 0.13
HSL 224.93º 0.85% 0.47% -
HSV(B) 224.93º 0.92% 0.87% -
XYZ 15.43 9.61 69.45 -
YUV 71.08 212.6 90.14 -
System Red Green Blue C M Y K H S L
Decimal 18 69 221 0.92 0.69 0 0.13 224.93 0.85 0.47
Hex 12 45 DD 5C 45 0 D E1 55 2F
Octal 22 105 335 134 105 0 15 341 125 57
Binary 10010 1000101 11011101 1011100 1000101 0 1101 11100001 1010101 101111

Color Harmonies of #1245DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1245DD

Black with #1245DD

Text Example


Text Example

White with #1245DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1245DD; }

 p { color: rgb(18,69,221); }

 H1.HeaderClassName
 {
   color: #1245DD;
 }
 .AnyTagClassName
 {
   color: #1245DD;
 }
</style>

background-color css

<style>
 a { background-color: #1245DD; }

 a { background-color: rgb(18,69,221); }

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

border-color css

<style>
 span { border-color: #1245DD; }

 span { border-color: rgb(18,69,221); }

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