Html Css Color HEX #264DAF Cerulean Blue

📋 copy color: '#264DAF'

red 38 ◦ green 77 ◦ blue 175

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

Shades of Cerulean Blue #264DAF

Tints of Cerulean Blue #264DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.34%

R = 13.1%
G = 26.55%
B = 60.34%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#264DAF (or 0x264DAF) is known color: Cerulean Blue. HEX triplet: 26, 4D and AF. RGB value is (38,77,175). Sum of RGB (Red+Green+Blue) = 38+77+175=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #264DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264DAF is #D9B250. Grayscale: #4C4C4C. Windows color (decimal): -14266961 or 11488550. OLE color: 11488550.

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

Color convert

RGB 38 77 175 -
CMYK 0.78 0.56 0 0.31
HSL 222.92º 0.64% 0.42% -
HSV(B) 222.92º 0.78% 0.69% -
XYZ 11.19 8.81 41.67 -
YUV 76.51 183.58 100.53 -
System Red Green Blue C M Y K H S L
Decimal 38 77 175 0.78 0.56 0 0.31 222.92 0.64 0.42
Hex 26 4D AF 4E 38 0 1F DF 40 2A
Octal 46 115 257 116 70 0 37 337 100 52
Binary 100110 1001101 10101111 1001110 111000 0 11111 11011111 1000000 101010

Color Harmonies of #264DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DAF

Black with #264DAF

Text Example


Text Example

White with #264DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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