Html Css Color HEX #265AAC Cerulean Blue

📋 copy color: '#265AAC'

red 38 ◦ green 90 ◦ blue 172

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

Shades of Cerulean Blue #265AAC

Tints of Cerulean Blue #265AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

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

R = 12.67%
G = 30%
B = 57.33%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#265AAC (or 0x265AAC) is known color: Cerulean Blue. HEX triplet: 26, 5A and AC. RGB value is (38,90,172). Sum of RGB (Red+Green+Blue) = 38+90+172=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #265AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265AAC is #D9A553. Grayscale: #535353. Windows color (decimal): -14263636 or 11295270. OLE color: 11295270.

HSL color Cylindrical-coordinate representation of color #265AAC: hue angle of 216.72º 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 #265AAC is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 90 172 -
CMYK 0.78 0.48 0 0.33
HSL 216.72º 0.64% 0.41% -
HSV(B) 216.72º 0.78% 0.67% -
XYZ 11.9 10.7 40.47 -
YUV 83.8 177.77 95.33 -
System Red Green Blue C M Y K H S L
Decimal 38 90 172 0.78 0.48 0 0.33 216.72 0.64 0.41
Hex 26 5A AC 4E 30 0 21 D9 40 29
Octal 46 132 254 116 60 0 41 331 100 51
Binary 100110 1011010 10101100 1001110 110000 0 100001 11011001 1000000 101001

Color Harmonies of #265AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265AAC

Black with #265AAC

Text Example


Text Example

White with #265AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265AAC; }

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

 H1.HeaderClassName
 {
   color: #265AAC;
 }
 .AnyTagClassName
 {
   color: #265AAC;
 }
</style>

background-color css

<style>
 a { background-color: #265AAC; }

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

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

border-color css

<style>
 span { border-color: #265AAC; }

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

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