Html Css Color HEX #264BAC Cerulean Blue

📋 copy color: '#264BAC'

red 38 ◦ green 75 ◦ blue 172

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

Shades of Cerulean Blue #264BAC

Tints of Cerulean Blue #264BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.32%

 BLUE value IS 172 (67.58% from 255) = 60.35%

R = 13.33%
G = 26.32%
B = 60.35%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#264BAC (or 0x264BAC) is known color: Cerulean Blue. HEX triplet: 26, 4B and AC. RGB value is (38,75,172). Sum of RGB (Red+Green+Blue) = 38+75+172=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #264BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264BAC is #D9B453. Grayscale: #4A4A4A. Windows color (decimal): -14267476 or 11291430. OLE color: 11291430.

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

Color convert

RGB 38 75 172 -
CMYK 0.78 0.56 0 0.33
HSL 223.43º 0.64% 0.41% -
HSV(B) 223.43º 0.78% 0.67% -
XYZ 10.76 8.42 40.09 -
YUV 75 182.74 101.61 -
System Red Green Blue C M Y K H S L
Decimal 38 75 172 0.78 0.56 0 0.33 223.43 0.64 0.41
Hex 26 4B AC 4E 38 0 21 DF 40 29
Octal 46 113 254 116 70 0 41 337 100 51
Binary 100110 1001011 10101100 1001110 111000 0 100001 11011111 1000000 101001

Color Harmonies of #264BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264BAC

Black with #264BAC

Text Example


Text Example

White with #264BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,75,172); }

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

background-color css

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

 a { background-color: rgb(38,75,172); }

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

border-color css

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

 span { border-color: rgb(38,75,172); }

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