Html Css Color HEX #164CEA Cerulean Blue

📋 copy color: '#164CEA'

red 22 ◦ green 76 ◦ blue 234

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

Shades of Cerulean Blue #164CEA

Tints of Cerulean Blue #164CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

 BLUE value IS 234 (91.8% from 255) = 70.48%

R = 6.63%
G = 22.89%
B = 70.48%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#164CEA (or 0x164CEA) is known color: Cerulean Blue. HEX triplet: 16, 4C and EA. RGB value is (22,76,234). Sum of RGB (Red+Green+Blue) = 22+76+234=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #164CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #164CEA is #E9B315. Grayscale: #4D4D4D. Windows color (decimal): -15315734 or 15354902. OLE color: 15354902.

HSL color Cylindrical-coordinate representation of color #164CEA: hue angle of 224.72º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164CEA is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 22 76 234 -
CMYK 0.91 0.68 0 0.08
HSL 224.72º 0.83% 0.5% -
HSV(B) 224.72º 0.91% 0.92% -
XYZ 17.77 11.28 79.08 -
YUV 77.87 216.11 88.15 -
System Red Green Blue C M Y K H S L
Decimal 22 76 234 0.91 0.68 0 0.08 224.72 0.83 0.5
Hex 16 4C EA 5B 44 0 8 E1 53 32
Octal 26 114 352 133 104 0 10 341 123 62
Binary 10110 1001100 11101010 1011011 1000100 0 1000 11100001 1010011 110010

Color Harmonies of #164CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CEA

Black with #164CEA

Text Example


Text Example

White with #164CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,76,234); }

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

background-color css

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

 a { background-color: rgb(22,76,234); }

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

border-color css

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

 span { border-color: rgb(22,76,234); }

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