Html Css Color HEX #164FDA Cerulean Blue

📋 copy color: '#164FDA'

red 22 ◦ green 79 ◦ blue 218

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

Shades of Cerulean Blue #164FDA

Tints of Cerulean Blue #164FDA

RGB

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

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

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

R = 6.9%
G = 24.76%
B = 68.34%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#164FDA (or 0x164FDA) is known color: Cerulean Blue. HEX triplet: 16, 4F and DA. RGB value is (22,79,218). Sum of RGB (Red+Green+Blue) = 22+79+218=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #164FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164FDA is #E9B025. Grayscale: #4D4D4D. Windows color (decimal): -15314982 or 14307094. OLE color: 14307094.

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

Color convert

RGB 22 79 218 -
CMYK 0.90 0.64 0 0.15
HSL 222.55º 0.82% 0.47% -
HSV(B) 222.55º 0.9% 0.85% -
XYZ 15.78 10.82 67.59 -
YUV 77.8 207.12 88.2 -
System Red Green Blue C M Y K H S L
Decimal 22 79 218 0.90 0.64 0 0.15 222.55 0.82 0.47
Hex 16 4F DA 5A 40 0 F DF 52 2F
Octal 26 117 332 132 100 0 17 337 122 57
Binary 10110 1001111 11011010 1011010 1000000 0 1111 11011111 1010010 101111

Color Harmonies of #164FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164FDA

Black with #164FDA

Text Example


Text Example

White with #164FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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