Html Css Color HEX #124ADE Cerulean Blue

📋 copy color: '#124ADE'

red 18 ◦ green 74 ◦ blue 222

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

Shades of Cerulean Blue #124ADE

Tints of Cerulean Blue #124ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.7%

R = 5.73%
G = 23.57%
B = 70.7%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#124ADE (or 0x124ADE) is known color: Cerulean Blue. HEX triplet: 12, 4A and DE. RGB value is (18,74,222). Sum of RGB (Red+Green+Blue) = 18+74+222=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #124ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ADE is #EDB521. Grayscale: #494949. Windows color (decimal): -15578402 or 14567954. OLE color: 14567954.

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

Color convert

RGB 18 74 222 -
CMYK 0.92 0.67 0 0.13
HSL 223.53º 0.85% 0.47% -
HSV(B) 223.53º 0.92% 0.87% -
XYZ 15.88 10.3 70.26 -
YUV 74.13 211.45 87.97 -
System Red Green Blue C M Y K H S L
Decimal 18 74 222 0.92 0.67 0 0.13 223.53 0.85 0.47
Hex 12 4A DE 5C 43 0 D E0 55 2F
Octal 22 112 336 134 103 0 15 340 125 57
Binary 10010 1001010 11011110 1011100 1000011 0 1101 11100000 1010101 101111

Color Harmonies of #124ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ADE

Black with #124ADE

Text Example


Text Example

White with #124ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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