Html Css Color HEX #264DAD Cerulean Blue

📋 copy color: '#264DAD'

red 38 ◦ green 77 ◦ blue 173

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

Shades of Cerulean Blue #264DAD

Tints of Cerulean Blue #264DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.07%

R = 13.19%
G = 26.74%
B = 60.07%

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

#264DAD (or 0x264DAD) is known color: Cerulean Blue. HEX triplet: 26, 4D and AD. RGB value is (38,77,173). Sum of RGB (Red+Green+Blue) = 38+77+173=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #264DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264DAD is #D9B252. Grayscale: #4B4B4B. Windows color (decimal): -14266963 or 11357478. OLE color: 11357478.

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

Color convert

RGB 38 77 173 -
CMYK 0.78 0.55 0 0.32
HSL 222.67º 0.64% 0.41% -
HSV(B) 222.67º 0.78% 0.68% -
XYZ 11 8.74 40.64 -
YUV 76.28 182.58 100.69 -
System Red Green Blue C M Y K H S L
Decimal 38 77 173 0.78 0.55 0 0.32 222.67 0.64 0.41
Hex 26 4D AD 4E 37 0 20 DF 40 29
Octal 46 115 255 116 67 0 40 337 100 51
Binary 100110 1001101 10101101 1001110 110111 0 100000 11011111 1000000 101001

Color Harmonies of #264DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DAD

Black with #264DAD

Text Example


Text Example

White with #264DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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