Html Css Color HEX #124BDC Cerulean Blue

📋 copy color: '#124BDC'

red 18 ◦ green 75 ◦ blue 220

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

Shades of Cerulean Blue #124BDC

Tints of Cerulean Blue #124BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.29%

R = 5.75%
G = 23.96%
B = 70.29%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#124BDC (or 0x124BDC) is known color: Cerulean Blue. HEX triplet: 12, 4B and DC. RGB value is (18,75,220). Sum of RGB (Red+Green+Blue) = 18+75+220=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #124BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BDC is #EDB423. Grayscale: #494949. Windows color (decimal): -15578148 or 14437138. OLE color: 14437138.

HSL color Cylindrical-coordinate representation of color #124BDC: hue angle of 223.07º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124BDC is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 75 220 -
CMYK 0.92 0.66 0 0.14
HSL 223.07º 0.85% 0.47% -
HSV(B) 223.07º 0.92% 0.86% -
XYZ 15.68 10.33 68.88 -
YUV 74.49 210.12 87.71 -
System Red Green Blue C M Y K H S L
Decimal 18 75 220 0.92 0.66 0 0.14 223.07 0.85 0.47
Hex 12 4B DC 5C 42 0 E DF 55 2F
Octal 22 113 334 134 102 0 16 337 125 57
Binary 10010 1001011 11011100 1011100 1000010 0 1110 11011111 1010101 101111

Color Harmonies of #124BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BDC

Black with #124BDC

Text Example


Text Example

White with #124BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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