Html Css Color HEX #124BCF Cerulean Blue

📋 copy color: '#124BCF'

red 18 ◦ green 75 ◦ blue 207

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

Shades of Cerulean Blue #124BCF

Tints of Cerulean Blue #124BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69%

R = 6%
G = 25%
B = 69%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#124BCF (or 0x124BCF) is known color: Cerulean Blue. HEX triplet: 12, 4B and CF. RGB value is (18,75,207). Sum of RGB (Red+Green+Blue) = 18+75+207=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #124BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BCF is #EDB430. Grayscale: #484848. Windows color (decimal): -15578161 or 13585170. OLE color: 13585170.

HSL color Cylindrical-coordinate representation of color #124BCF: hue angle of 221.9º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124BCF is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 75 207 -
CMYK 0.91 0.64 0 0.19
HSL 221.9º 0.84% 0.44% -
HSV(B) 221.9º 0.91% 0.81% -
XYZ 14.03 9.67 60.16 -
YUV 73.01 203.62 88.77 -
System Red Green Blue C M Y K H S L
Decimal 18 75 207 0.91 0.64 0 0.19 221.9 0.84 0.44
Hex 12 4B CF 5B 40 0 13 DE 54 2C
Octal 22 113 317 133 100 0 23 336 124 54
Binary 10010 1001011 11001111 1011011 1000000 0 10011 11011110 1010100 101100

Color Harmonies of #124BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BCF

Black with #124BCF

Text Example


Text Example

White with #124BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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