Html Css Color HEX #264DAE Cerulean Blue

📋 copy color: '#264DAE'

red 38 ◦ green 77 ◦ blue 174

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

Shades of Cerulean Blue #264DAE

Tints of Cerulean Blue #264DAE

RGB

 RED value IS 38 (15.23% from 255) = 13.15%

 GREEN value IS 77 (30.47% from 255) = 26.64%

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 13.15%
G = 26.64%
B = 60.21%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#264DAE (or 0x264DAE) is known color: Cerulean Blue. HEX triplet: 26, 4D and AE. RGB value is (38,77,174). Sum of RGB (Red+Green+Blue) = 38+77+174=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #264DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264DAE is #D9B251. Grayscale: #4B4B4B. Windows color (decimal): -14266962 or 11423014. OLE color: 11423014.

HSL color Cylindrical-coordinate representation of color #264DAE: hue angle of 222.79º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #264DAE is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 77 174 -
CMYK 0.78 0.56 0 0.32
HSL 222.79º 0.64% 0.42% -
HSV(B) 222.79º 0.78% 0.68% -
XYZ 11.09 8.78 41.15 -
YUV 76.4 183.08 100.61 -
System Red Green Blue C M Y K H S L
Decimal 38 77 174 0.78 0.56 0 0.32 222.79 0.64 0.42
Hex 26 4D AE 4E 38 0 20 DF 40 2A
Octal 46 115 256 116 70 0 40 337 100 52
Binary 100110 1001101 10101110 1001110 111000 0 100000 11011111 1000000 101010

Color Harmonies of #264DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DAE

Black with #264DAE

Text Example


Text Example

White with #264DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264DAE; }

 p { color: rgb(38,77,174); }

 H1.HeaderClassName
 {
   color: #264DAE;
 }
 .AnyTagClassName
 {
   color: #264DAE;
 }
</style>

background-color css

<style>
 a { background-color: #264DAE; }

 a { background-color: rgb(38,77,174); }

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

border-color css

<style>
 span { border-color: #264DAE; }

 span { border-color: rgb(38,77,174); }

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