Html Css Color HEX #1228D0 Persian Blue

📋 copy color: '#1228D0'

red 18 ◦ green 40 ◦ blue 208

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

Shades of Persian Blue #1228D0

Tints of Persian Blue #1228D0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

 BLUE value IS 208 (81.64% from 255) = 78.2%

R = 6.77%
G = 15.04%
B = 78.2%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1228D0 (or 0x1228D0) is known color: Persian Blue. HEX triplet: 12, 28 and D0. RGB value is (18,40,208). Sum of RGB (Red+Green+Blue) = 18+40+208=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 208 (81.64% from 255 or 78.20% from 266); Max value from RGB is 208 - color contains mainly: blue. Hex color #1228D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1228D0 is #EDD72F. Grayscale: #333333. Windows color (decimal): -15587120 or 13641746. OLE color: 13641746.

HSL color Cylindrical-coordinate representation of color #1228D0: hue angle of 233.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1228D0 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 40 208 -
CMYK 0.91 0.81 0 0.18
HSL 233.05º 0.84% 0.44% -
HSV(B) 233.05º 0.91% 0.82% -
XYZ 12.39 6.2 60.22 -
YUV 52.57 215.71 103.34 -
System Red Green Blue C M Y K H S L
Decimal 18 40 208 0.91 0.81 0 0.18 233.05 0.84 0.44
Hex 12 28 D0 5B 51 0 12 E9 54 2C
Octal 22 50 320 133 121 0 22 351 124 54
Binary 10010 101000 11010000 1011011 1010001 0 10010 11101001 1010100 101100

Color Harmonies of #1228D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1228D0

Black with #1228D0

Text Example


Text Example

White with #1228D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1228D0; }

 p { color: rgb(18,40,208); }

 H1.HeaderClassName
 {
   color: #1228D0;
 }
 .AnyTagClassName
 {
   color: #1228D0;
 }
</style>

background-color css

<style>
 a { background-color: #1228D0; }

 a { background-color: rgb(18,40,208); }

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

border-color css

<style>
 span { border-color: #1228D0; }

 span { border-color: rgb(18,40,208); }

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