Html Css Color HEX #164FDB Cerulean Blue

📋 copy color: '#164FDB'

red 22 ◦ green 79 ◦ blue 219

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

Shades of Cerulean Blue #164FDB

Tints of Cerulean Blue #164FDB

RGB

 RED value IS 22 (8.98% from 255) = 6.88%

 GREEN value IS 79 (31.25% from 255) = 24.69%

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

R = 6.88%
G = 24.69%
B = 68.44%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#164FDB (or 0x164FDB) is known color: Cerulean Blue. HEX triplet: 16, 4F and DB. RGB value is (22,79,219). Sum of RGB (Red+Green+Blue) = 22+79+219=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #164FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164FDB is #E9B024. Grayscale: #4D4D4D. Windows color (decimal): -15314981 or 14372630. OLE color: 14372630.

HSL color Cylindrical-coordinate representation of color #164FDB: hue angle of 222.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164FDB is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 79 219 -
CMYK 0.90 0.64 0 0.14
HSL 222.64º 0.82% 0.47% -
HSV(B) 222.64º 0.9% 0.86% -
XYZ 15.91 10.88 68.28 -
YUV 77.92 207.62 88.12 -
System Red Green Blue C M Y K H S L
Decimal 22 79 219 0.90 0.64 0 0.14 222.64 0.82 0.47
Hex 16 4F DB 5A 40 0 E DF 52 2F
Octal 26 117 333 132 100 0 16 337 122 57
Binary 10110 1001111 11011011 1011010 1000000 0 1110 11011111 1010010 101111

Color Harmonies of #164FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164FDB

Black with #164FDB

Text Example


Text Example

White with #164FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164FDB; }

 p { color: rgb(22,79,219); }

 H1.HeaderClassName
 {
   color: #164FDB;
 }
 .AnyTagClassName
 {
   color: #164FDB;
 }
</style>

background-color css

<style>
 a { background-color: #164FDB; }

 a { background-color: rgb(22,79,219); }

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

border-color css

<style>
 span { border-color: #164FDB; }

 span { border-color: rgb(22,79,219); }

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