Html Css Color HEX #164BD0 Cerulean Blue

📋 copy color: '#164BD0'

red 22 ◦ green 75 ◦ blue 208

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

Shades of Cerulean Blue #164BD0

Tints of Cerulean Blue #164BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 68.2%

R = 7.21%
G = 24.59%
B = 68.2%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#164BD0 (or 0x164BD0) is known color: Cerulean Blue. HEX triplet: 16, 4B and D0. RGB value is (22,75,208). Sum of RGB (Red+Green+Blue) = 22+75+208=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #164BD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BD0 is #E9B42F. Grayscale: #494949. Windows color (decimal): -15316016 or 13650710. OLE color: 13650710.

HSL color Cylindrical-coordinate representation of color #164BD0: hue angle of 222.9º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164BD0 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 22 75 208 -
CMYK 0.89 0.64 0 0.18
HSL 222.9º 0.81% 0.45% -
HSV(B) 222.9º 0.89% 0.82% -
XYZ 14.23 9.76 60.81 -
YUV 74.32 203.44 90.69 -
System Red Green Blue C M Y K H S L
Decimal 22 75 208 0.89 0.64 0 0.18 222.9 0.81 0.45
Hex 16 4B D0 59 40 0 12 DF 51 2D
Octal 26 113 320 131 100 0 22 337 121 55
Binary 10110 1001011 11010000 1011001 1000000 0 10010 11011111 1010001 101101

Color Harmonies of #164BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164BD0

Black with #164BD0

Text Example


Text Example

White with #164BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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