Html Css Color HEX #164ED5 Cerulean Blue

📋 copy color: '#164ED5'

red 22 ◦ green 78 ◦ blue 213

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

Shades of Cerulean Blue #164ED5

Tints of Cerulean Blue #164ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.92%

 BLUE value IS 213 (83.59% from 255) = 68.05%

R = 7.03%
G = 24.92%
B = 68.05%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#164ED5 (or 0x164ED5) is known color: Cerulean Blue. HEX triplet: 16, 4E and D5. RGB value is (22,78,213). Sum of RGB (Red+Green+Blue) = 22+78+213=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 213 (83.59% from 255 or 68.05% from 313); Max value from RGB is 213 - color contains mainly: blue. Hex color #164ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164ED5 is #E9B12A. Grayscale: #4C4C4C. Windows color (decimal): -15315243 or 13979158. OLE color: 13979158.

HSL color Cylindrical-coordinate representation of color #164ED5: hue angle of 222.41º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164ED5 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 22 78 213 -
CMYK 0.90 0.63 0 0.16
HSL 222.41º 0.81% 0.46% -
HSV(B) 222.41º 0.9% 0.84% -
XYZ 15.07 10.42 64.17 -
YUV 76.65 204.95 89.02 -
System Red Green Blue C M Y K H S L
Decimal 22 78 213 0.90 0.63 0 0.16 222.41 0.81 0.46
Hex 16 4E D5 5A 3F 0 10 DE 51 2E
Octal 26 116 325 132 77 0 20 336 121 56
Binary 10110 1001110 11010101 1011010 111111 0 10000 11011110 1010001 101110

Color Harmonies of #164ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164ED5

Black with #164ED5

Text Example


Text Example

White with #164ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,78,213); }

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

background-color css

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

 a { background-color: rgb(22,78,213); }

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

border-color css

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

 span { border-color: rgb(22,78,213); }

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