Html Css Color HEX #1235DC Persian Blue

📋 copy color: '#1235DC'

red 18 ◦ green 53 ◦ blue 220

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

Shades of Persian Blue #1235DC

Tints of Persian Blue #1235DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

 BLUE value IS 220 (86.33% from 255) = 75.6%

R = 6.19%
G = 18.21%
B = 75.6%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1235DC (or 0x1235DC) is known color: Persian Blue. HEX triplet: 12, 35 and DC. RGB value is (18,53,220). Sum of RGB (Red+Green+Blue) = 18+53+220=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #1235DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1235DC is #EDCA23. Grayscale: #3C3C3C. Windows color (decimal): -15583780 or 14431506. OLE color: 14431506.

HSL color Cylindrical-coordinate representation of color #1235DC: hue angle of 229.6º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1235DC is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 53 220 -
CMYK 0.92 0.76 0 0.14
HSL 229.6º 0.85% 0.47% -
HSV(B) 229.6º 0.92% 0.86% -
XYZ 14.44 7.84 68.46 -
YUV 61.57 217.4 96.92 -
System Red Green Blue C M Y K H S L
Decimal 18 53 220 0.92 0.76 0 0.14 229.6 0.85 0.47
Hex 12 35 DC 5C 4C 0 E E6 55 2F
Octal 22 65 334 134 114 0 16 346 125 57
Binary 10010 110101 11011100 1011100 1001100 0 1110 11100110 1010101 101111

Color Harmonies of #1235DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1235DC

Black with #1235DC

Text Example


Text Example

White with #1235DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1235DC; }

 p { color: rgb(18,53,220); }

 H1.HeaderClassName
 {
   color: #1235DC;
 }
 .AnyTagClassName
 {
   color: #1235DC;
 }
</style>

background-color css

<style>
 a { background-color: #1235DC; }

 a { background-color: rgb(18,53,220); }

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

border-color css

<style>
 span { border-color: #1235DC; }

 span { border-color: rgb(18,53,220); }

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