Html Css Color HEX #164ADB Cerulean Blue

📋 copy color: '#164ADB'

red 22 ◦ green 74 ◦ blue 219

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

Shades of Cerulean Blue #164ADB

Tints of Cerulean Blue #164ADB

RGB

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

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

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

R = 6.98%
G = 23.49%
B = 69.52%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#164ADB (or 0x164ADB) is known color: Cerulean Blue. HEX triplet: 16, 4A and DB. RGB value is (22,74,219). Sum of RGB (Red+Green+Blue) = 22+74+219=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #164ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164ADB is #E9B524. Grayscale: #4A4A4A. Windows color (decimal): -15316261 or 14371350. OLE color: 14371350.

HSL color Cylindrical-coordinate representation of color #164ADB: hue angle of 224.16º 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 #164ADB is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 74 219 -
CMYK 0.90 0.66 0 0.14
HSL 224.16º 0.82% 0.47% -
HSV(B) 224.16º 0.9% 0.86% -
XYZ 15.57 10.18 68.16 -
YUV 74.98 209.27 90.21 -
System Red Green Blue C M Y K H S L
Decimal 22 74 219 0.90 0.66 0 0.14 224.16 0.82 0.47
Hex 16 4A DB 5A 42 0 E E0 52 2F
Octal 26 112 333 132 102 0 16 340 122 57
Binary 10110 1001010 11011011 1011010 1000010 0 1110 11100000 1010010 101111

Color Harmonies of #164ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164ADB

Black with #164ADB

Text Example


Text Example

White with #164ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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