Html Css Color HEX #112DDA Persian Blue

📋 copy color: '#112DDA'

red 17 ◦ green 45 ◦ blue 218

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

Shades of Persian Blue #112DDA

Tints of Persian Blue #112DDA

RGB

 RED value IS 17 (7.03% from 255) = 6.07%

 GREEN value IS 45 (17.97% from 255) = 16.07%

 BLUE value IS 218 (85.55% from 255) = 77.86%

R = 6.07%
G = 16.07%
B = 77.86%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#112DDA (or 0x112DDA) is known color: Persian Blue. HEX triplet: 11, 2D and DA. RGB value is (17,45,218). Sum of RGB (Red+Green+Blue) = 17+45+218=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 218 (85.55% from 255 or 77.86% from 280); Max value from RGB is 218 - color contains mainly: blue. Hex color #112DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DDA is #EED225. Grayscale: #373737. Windows color (decimal): -15651366 or 14298385. OLE color: 14298385.

HSL color Cylindrical-coordinate representation of color #112DDA: hue angle of 231.64º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112DDA is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 45 218 -
CMYK 0.92 0.79 0 0.15
HSL 231.64º 0.86% 0.46% -
HSV(B) 231.64º 0.92% 0.85% -
XYZ 13.82 7.06 66.96 -
YUV 56.35 219.22 99.93 -
System Red Green Blue C M Y K H S L
Decimal 17 45 218 0.92 0.79 0 0.15 231.64 0.86 0.46
Hex 11 2D DA 5C 4F 0 F E8 56 2E
Octal 21 55 332 134 117 0 17 350 126 56
Binary 10001 101101 11011010 1011100 1001111 0 1111 11101000 1010110 101110

Color Harmonies of #112DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DDA

Black with #112DDA

Text Example


Text Example

White with #112DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112DDA; }

 p { color: rgb(17,45,218); }

 H1.HeaderClassName
 {
   color: #112DDA;
 }
 .AnyTagClassName
 {
   color: #112DDA;
 }
</style>

background-color css

<style>
 a { background-color: #112DDA; }

 a { background-color: rgb(17,45,218); }

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

border-color css

<style>
 span { border-color: #112DDA; }

 span { border-color: rgb(17,45,218); }

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