Html Css Color HEX #113CED Persian Blue

📋 copy color: '#113CED'

red 17 ◦ green 60 ◦ blue 237

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

Shades of Persian Blue #113CED

Tints of Persian Blue #113CED

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

 BLUE value IS 237 (92.97% from 255) = 75.48%

R = 5.41%
G = 19.11%
B = 75.48%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#113CED (or 0x113CED) is known color: Persian Blue. HEX triplet: 11, 3C and ED. RGB value is (17,60,237). Sum of RGB (Red+Green+Blue) = 17+60+237=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #113CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113CED is #EEC312. Grayscale: #424242. Windows color (decimal): -15647507 or 15547409. OLE color: 15547409.

HSL color Cylindrical-coordinate representation of color #113CED: hue angle of 228.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113CED is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 60 237 -
CMYK 0.93 0.75 0 0.07
HSL 228.27º 0.87% 0.5% -
HSV(B) 228.27º 0.93% 0.93% -
XYZ 17.13 9.47 81.04 -
YUV 67.32 223.75 92.11 -
System Red Green Blue C M Y K H S L
Decimal 17 60 237 0.93 0.75 0 0.07 228.27 0.87 0.5
Hex 11 3C ED 5D 4B 0 7 E4 57 32
Octal 21 74 355 135 113 0 7 344 127 62
Binary 10001 111100 11101101 1011101 1001011 0 111 11100100 1010111 110010

Color Harmonies of #113CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CED

Black with #113CED

Text Example


Text Example

White with #113CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113CED; }

 p { color: rgb(17,60,237); }

 H1.HeaderClassName
 {
   color: #113CED;
 }
 .AnyTagClassName
 {
   color: #113CED;
 }
</style>

background-color css

<style>
 a { background-color: #113CED; }

 a { background-color: rgb(17,60,237); }

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

border-color css

<style>
 span { border-color: #113CED; }

 span { border-color: rgb(17,60,237); }

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