Html Css Color HEX #164BDA Cerulean Blue

📋 copy color: '#164BDA'

red 22 ◦ green 75 ◦ blue 218

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

Shades of Cerulean Blue #164BDA

Tints of Cerulean Blue #164BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.21%

R = 6.98%
G = 23.81%
B = 69.21%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#164BDA (or 0x164BDA) is known color: Cerulean Blue. HEX triplet: 16, 4B and DA. RGB value is (22,75,218). Sum of RGB (Red+Green+Blue) = 22+75+218=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #164BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BDA is #E9B425. Grayscale: #4A4A4A. Windows color (decimal): -15316006 or 14306070. OLE color: 14306070.

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

Color convert

RGB 22 75 218 -
CMYK 0.90 0.66 0 0.15
HSL 223.78º 0.82% 0.47% -
HSV(B) 223.78º 0.9% 0.85% -
XYZ 15.5 10.26 67.49 -
YUV 75.46 208.44 89.87 -
System Red Green Blue C M Y K H S L
Decimal 22 75 218 0.90 0.66 0 0.15 223.78 0.82 0.47
Hex 16 4B DA 5A 42 0 F E0 52 2F
Octal 26 113 332 132 102 0 17 340 122 57
Binary 10110 1001011 11011010 1011010 1000010 0 1111 11100000 1010010 101111

Color Harmonies of #164BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164BDA

Black with #164BDA

Text Example


Text Example

White with #164BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,75,218); }

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

background-color css

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

 a { background-color: rgb(22,75,218); }

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

border-color css

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

 span { border-color: rgb(22,75,218); }

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