Html Css Color HEX #114BDB Cerulean Blue

📋 copy color: '#114BDB'

red 17 ◦ green 75 ◦ blue 219

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

Shades of Cerulean Blue #114BDB

Tints of Cerulean Blue #114BDB

RGB

 RED value IS 17 (7.03% from 255) = 5.47%

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

 BLUE value IS 219 (85.94% from 255) = 70.42%

R = 5.47%
G = 24.12%
B = 70.42%

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

#114BDB (or 0x114BDB) is known color: Cerulean Blue. HEX triplet: 11, 4B and DB. RGB value is (17,75,219). Sum of RGB (Red+Green+Blue) = 17+75+219=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #114BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114BDB is #EEB424. Grayscale: #494949. Windows color (decimal): -15643685 or 14371601. OLE color: 14371601.

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

Color convert

RGB 17 75 219 -
CMYK 0.92 0.66 0 0.14
HSL 222.77º 0.86% 0.46% -
HSV(B) 222.77º 0.92% 0.86% -
XYZ 15.53 10.27 68.18 -
YUV 74.07 209.78 87.29 -
System Red Green Blue C M Y K H S L
Decimal 17 75 219 0.92 0.66 0 0.14 222.77 0.86 0.46
Hex 11 4B DB 5C 42 0 E DF 56 2E
Octal 21 113 333 134 102 0 16 337 126 56
Binary 10001 1001011 11011011 1011100 1000010 0 1110 11011111 1010110 101110

Color Harmonies of #114BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114BDB

Black with #114BDB

Text Example


Text Example

White with #114BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114BDB; }

 p { color: rgb(17,75,219); }

 H1.HeaderClassName
 {
   color: #114BDB;
 }
 .AnyTagClassName
 {
   color: #114BDB;
 }
</style>

background-color css

<style>
 a { background-color: #114BDB; }

 a { background-color: rgb(17,75,219); }

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

border-color css

<style>
 span { border-color: #114BDB; }

 span { border-color: rgb(17,75,219); }

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