Html Css Color HEX #264FAE Cerulean Blue

📋 copy color: '#264FAE'

red 38 ◦ green 79 ◦ blue 174

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

Shades of Cerulean Blue #264FAE

Tints of Cerulean Blue #264FAE

RGB

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

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

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

R = 13.06%
G = 27.15%
B = 59.79%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#264FAE (or 0x264FAE) is known color: Cerulean Blue. HEX triplet: 26, 4F and AE. RGB value is (38,79,174). Sum of RGB (Red+Green+Blue) = 38+79+174=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #264FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264FAE is #D9B051. Grayscale: #4D4D4D. Windows color (decimal): -14266450 or 11423526. OLE color: 11423526.

HSL color Cylindrical-coordinate representation of color #264FAE: hue angle of 221.91º 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 #264FAE is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 79 174 -
CMYK 0.78 0.55 0 0.32
HSL 221.91º 0.64% 0.42% -
HSV(B) 221.91º 0.78% 0.68% -
XYZ 11.24 9.06 41.2 -
YUV 77.57 182.42 99.78 -
System Red Green Blue C M Y K H S L
Decimal 38 79 174 0.78 0.55 0 0.32 221.91 0.64 0.42
Hex 26 4F AE 4E 37 0 20 DE 40 2A
Octal 46 117 256 116 67 0 40 336 100 52
Binary 100110 1001111 10101110 1001110 110111 0 100000 11011110 1000000 101010

Color Harmonies of #264FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264FAE

Black with #264FAE

Text Example


Text Example

White with #264FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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