Html Css Color HEX #123DD2 Persian Blue

📋 copy color: '#123DD2'

red 18 ◦ green 61 ◦ blue 210

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

Shades of Persian Blue #123DD2

Tints of Persian Blue #123DD2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.11%

 BLUE value IS 210 (82.42% from 255) = 72.66%

R = 6.23%
G = 21.11%
B = 72.66%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#123DD2 (or 0x123DD2) is known color: Persian Blue. HEX triplet: 12, 3D and D2. RGB value is (18,61,210). Sum of RGB (Red+Green+Blue) = 18+61+210=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 210 (82.42% from 255 or 72.66% from 289); Max value from RGB is 210 - color contains mainly: blue. Hex color #123DD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DD2 is #EDC22D. Grayscale: #404040. Windows color (decimal): -15581742 or 13778194. OLE color: 13778194.

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

Color convert

RGB 18 61 210 -
CMYK 0.91 0.71 0 0.18
HSL 226.56º 0.84% 0.45% -
HSV(B) 226.56º 0.91% 0.82% -
XYZ 13.55 8.12 61.83 -
YUV 65.13 209.75 94.38 -
System Red Green Blue C M Y K H S L
Decimal 18 61 210 0.91 0.71 0 0.18 226.56 0.84 0.45
Hex 12 3D D2 5B 47 0 12 E3 54 2D
Octal 22 75 322 133 107 0 22 343 124 55
Binary 10010 111101 11010010 1011011 1000111 0 10010 11100011 1010100 101101

Color Harmonies of #123DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123DD2

Black with #123DD2

Text Example


Text Example

White with #123DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,61,210); }

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

background-color css

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

 a { background-color: rgb(18,61,210); }

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

border-color css

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

 span { border-color: rgb(18,61,210); }

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