Html Css Color HEX #123CD0 Persian Blue

📋 copy color: '#123CD0'

red 18 ◦ green 60 ◦ blue 208

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

Shades of Persian Blue #123CD0

Tints of Persian Blue #123CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 72.73%

R = 6.29%
G = 20.98%
B = 72.73%

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

#123CD0 (or 0x123CD0) is known color: Persian Blue. HEX triplet: 12, 3C and D0. RGB value is (18,60,208). Sum of RGB (Red+Green+Blue) = 18+60+208=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 208 (81.64% from 255 or 72.73% from 286); Max value from RGB is 208 - color contains mainly: blue. Hex color #123CD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CD0 is #EDC32F. Grayscale: #3F3F3F. Windows color (decimal): -15582000 or 13646866. OLE color: 13646866.

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

Color convert

RGB 18 60 208 -
CMYK 0.91 0.71 0 0.18
HSL 226.74º 0.84% 0.44% -
HSV(B) 226.74º 0.91% 0.82% -
XYZ 13.25 7.91 60.5 -
YUV 64.31 209.09 94.97 -
System Red Green Blue C M Y K H S L
Decimal 18 60 208 0.91 0.71 0 0.18 226.74 0.84 0.44
Hex 12 3C D0 5B 47 0 12 E3 54 2C
Octal 22 74 320 133 107 0 22 343 124 54
Binary 10010 111100 11010000 1011011 1000111 0 10010 11100011 1010100 101100

Color Harmonies of #123CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CD0

Black with #123CD0

Text Example


Text Example

White with #123CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,60,208); }

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

background-color css

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

 a { background-color: rgb(18,60,208); }

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

border-color css

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

 span { border-color: rgb(18,60,208); }

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