Html Css Color HEX #124CDD Cerulean Blue

📋 copy color: '#124CDD'

red 18 ◦ green 76 ◦ blue 221

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

Shades of Cerulean Blue #124CDD

Tints of Cerulean Blue #124CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.13%

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

R = 5.71%
G = 24.13%
B = 70.16%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#124CDD (or 0x124CDD) is known color: Cerulean Blue. HEX triplet: 12, 4C and DD. RGB value is (18,76,221). Sum of RGB (Red+Green+Blue) = 18+76+221=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #124CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CDD is #EDB322. Grayscale: #4A4A4A. Windows color (decimal): -15577891 or 14502930. OLE color: 14502930.

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

Color convert

RGB 18 76 221 -
CMYK 0.92 0.66 0 0.13
HSL 222.86º 0.85% 0.47% -
HSV(B) 222.86º 0.92% 0.87% -
XYZ 15.89 10.52 69.6 -
YUV 75.19 210.28 87.21 -
System Red Green Blue C M Y K H S L
Decimal 18 76 221 0.92 0.66 0 0.13 222.86 0.85 0.47
Hex 12 4C DD 5C 42 0 D DF 55 2F
Octal 22 114 335 134 102 0 15 337 125 57
Binary 10010 1001100 11011101 1011100 1000010 0 1101 11011111 1010101 101111

Color Harmonies of #124CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CDD

Black with #124CDD

Text Example


Text Example

White with #124CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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