Html Css Color HEX #124ADF Cerulean Blue

📋 copy color: '#124ADF'

red 18 ◦ green 74 ◦ blue 223

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

Shades of Cerulean Blue #124ADF

Tints of Cerulean Blue #124ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.79%

R = 5.71%
G = 23.49%
B = 70.79%

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

#124ADF (or 0x124ADF) is known color: Cerulean Blue. HEX triplet: 12, 4A and DF. RGB value is (18,74,223). Sum of RGB (Red+Green+Blue) = 18+74+223=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #124ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ADF is #EDB520. Grayscale: #494949. Windows color (decimal): -15578401 or 14633490. OLE color: 14633490.

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

Color convert

RGB 18 74 223 -
CMYK 0.92 0.67 0 0.13
HSL 223.61º 0.85% 0.47% -
HSV(B) 223.61º 0.92% 0.87% -
XYZ 16.02 10.35 70.97 -
YUV 74.24 211.95 87.88 -
System Red Green Blue C M Y K H S L
Decimal 18 74 223 0.92 0.67 0 0.13 223.61 0.85 0.47
Hex 12 4A DF 5C 43 0 D E0 55 2F
Octal 22 112 337 134 103 0 15 340 125 57
Binary 10010 1001010 11011111 1011100 1000011 0 1101 11100000 1010101 101111

Color Harmonies of #124ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ADF

Black with #124ADF

Text Example


Text Example

White with #124ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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