Html Css Color HEX #123FDD Persian Blue

📋 copy color: '#123FDD'

red 18 ◦ green 63 ◦ blue 221

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

Shades of Persian Blue #123FDD

Tints of Persian Blue #123FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 20.86%

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

R = 5.96%
G = 20.86%
B = 73.18%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#123FDD (or 0x123FDD) is known color: Persian Blue. HEX triplet: 12, 3F and DD. RGB value is (18,63,221). Sum of RGB (Red+Green+Blue) = 18+63+221=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #123FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FDD is #EDC022. Grayscale: #424242. Windows color (decimal): -15581219 or 14499602. OLE color: 14499602.

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

Color convert

RGB 18 63 221 -
CMYK 0.92 0.71 0 0.13
HSL 226.7º 0.85% 0.47% -
HSV(B) 226.7º 0.92% 0.87% -
XYZ 15.08 8.9 69.33 -
YUV 67.56 214.59 92.65 -
System Red Green Blue C M Y K H S L
Decimal 18 63 221 0.92 0.71 0 0.13 226.7 0.85 0.47
Hex 12 3F DD 5C 47 0 D E3 55 2F
Octal 22 77 335 134 107 0 15 343 125 57
Binary 10010 111111 11011101 1011100 1000111 0 1101 11100011 1010101 101111

Color Harmonies of #123FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FDD

Black with #123FDD

Text Example


Text Example

White with #123FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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