Html Css Color HEX #124BDE Cerulean Blue

📋 copy color: '#124BDE'

red 18 ◦ green 75 ◦ blue 222

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

Shades of Cerulean Blue #124BDE

Tints of Cerulean Blue #124BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.81%

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

R = 5.71%
G = 23.81%
B = 70.48%

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

#124BDE (or 0x124BDE) is known color: Cerulean Blue. HEX triplet: 12, 4B and DE. RGB value is (18,75,222). Sum of RGB (Red+Green+Blue) = 18+75+222=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #124BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BDE is #EDB421. Grayscale: #4A4A4A. Windows color (decimal): -15578146 or 14568210. OLE color: 14568210.

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

Color convert

RGB 18 75 222 -
CMYK 0.92 0.66 0 0.13
HSL 223.24º 0.85% 0.47% -
HSV(B) 223.24º 0.92% 0.87% -
XYZ 15.95 10.43 70.28 -
YUV 74.72 211.12 87.55 -
System Red Green Blue C M Y K H S L
Decimal 18 75 222 0.92 0.66 0 0.13 223.24 0.85 0.47
Hex 12 4B DE 5C 42 0 D DF 55 2F
Octal 22 113 336 134 102 0 15 337 125 57
Binary 10010 1001011 11011110 1011100 1000010 0 1101 11011111 1010101 101111

Color Harmonies of #124BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BDE

Black with #124BDE

Text Example


Text Example

White with #124BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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