Html Css Color HEX #124ACC Persian Blue

📋 copy color: '#124ACC'

red 18 ◦ green 74 ◦ blue 204

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

Shades of Persian Blue #124ACC

Tints of Persian Blue #124ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25%

 BLUE value IS 204 (80.08% from 255) = 68.92%

R = 6.08%
G = 25%
B = 68.92%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#124ACC (or 0x124ACC) is known color: Persian Blue. HEX triplet: 12, 4A and CC. RGB value is (18,74,204). Sum of RGB (Red+Green+Blue) = 18+74+204=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #124ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ACC is #EDB533. Grayscale: #474747. Windows color (decimal): -15578420 or 13388306. OLE color: 13388306.

HSL color Cylindrical-coordinate representation of color #124ACC: hue angle of 221.94º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124ACC is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 74 204 -
CMYK 0.91 0.64 0 0.2
HSL 221.94º 0.84% 0.44% -
HSV(B) 221.94º 0.91% 0.8% -
XYZ 13.6 9.39 58.22 -
YUV 72.08 202.45 89.43 -
System Red Green Blue C M Y K H S L
Decimal 18 74 204 0.91 0.64 0 0.2 221.94 0.84 0.44
Hex 12 4A CC 5B 40 0 14 DE 54 2C
Octal 22 112 314 133 100 0 24 336 124 54
Binary 10010 1001010 11001100 1011011 1000000 0 10100 11011110 1010100 101100

Color Harmonies of #124ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ACC

Black with #124ACC

Text Example


Text Example

White with #124ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124ACC; }

 p { color: rgb(18,74,204); }

 H1.HeaderClassName
 {
   color: #124ACC;
 }
 .AnyTagClassName
 {
   color: #124ACC;
 }
</style>

background-color css

<style>
 a { background-color: #124ACC; }

 a { background-color: rgb(18,74,204); }

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

border-color css

<style>
 span { border-color: #124ACC; }

 span { border-color: rgb(18,74,204); }

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