Html Css Color HEX #122FDD Persian Blue

📋 copy color: '#122FDD'

red 18 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #122FDD

Tints of Persian Blue #122FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.43%

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

R = 6.29%
G = 16.43%
B = 77.27%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#122FDD (or 0x122FDD) is known color: Persian Blue. HEX triplet: 12, 2F and DD. RGB value is (18,47,221). Sum of RGB (Red+Green+Blue) = 18+47+221=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #122FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FDD is #EDD022. Grayscale: #393939. Windows color (decimal): -15585315 or 14495506. OLE color: 14495506.

HSL color Cylindrical-coordinate representation of color #122FDD: hue angle of 231.43º 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 #122FDD is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 47 221 -
CMYK 0.92 0.79 0 0.13
HSL 231.43º 0.85% 0.47% -
HSV(B) 231.43º 0.92% 0.87% -
XYZ 14.32 7.38 69.08 -
YUV 58.17 219.89 99.35 -
System Red Green Blue C M Y K H S L
Decimal 18 47 221 0.92 0.79 0 0.13 231.43 0.85 0.47
Hex 12 2F DD 5C 4F 0 D E7 55 2F
Octal 22 57 335 134 117 0 15 347 125 57
Binary 10010 101111 11011101 1011100 1001111 0 1101 11100111 1010101 101111

Color Harmonies of #122FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122FDD

Black with #122FDD

Text Example


Text Example

White with #122FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122FDD; }

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

 H1.HeaderClassName
 {
   color: #122FDD;
 }
 .AnyTagClassName
 {
   color: #122FDD;
 }
</style>

background-color css

<style>
 a { background-color: #122FDD; }

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

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

border-color css

<style>
 span { border-color: #122FDD; }

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

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