Html Css Color HEX #265AAD Cerulean Blue

📋 copy color: '#265AAD'

red 38 ◦ green 90 ◦ blue 173

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

Shades of Cerulean Blue #265AAD

Tints of Cerulean Blue #265AAD

RGB

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

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

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

R = 12.62%
G = 29.9%
B = 57.48%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#265AAD (or 0x265AAD) is known color: Cerulean Blue. HEX triplet: 26, 5A and AD. RGB value is (38,90,173). Sum of RGB (Red+Green+Blue) = 38+90+173=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #265AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265AAD is #D9A552. Grayscale: #535353. Windows color (decimal): -14263635 or 11360806. OLE color: 11360806.

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

Color convert

RGB 38 90 173 -
CMYK 0.78 0.48 0 0.32
HSL 216.89º 0.64% 0.41% -
HSV(B) 216.89º 0.78% 0.68% -
XYZ 12 10.74 40.98 -
YUV 83.91 178.27 95.25 -
System Red Green Blue C M Y K H S L
Decimal 38 90 173 0.78 0.48 0 0.32 216.89 0.64 0.41
Hex 26 5A AD 4E 30 0 20 D9 40 29
Octal 46 132 255 116 60 0 40 331 100 51
Binary 100110 1011010 10101101 1001110 110000 0 100000 11011001 1000000 101001

Color Harmonies of #265AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265AAD

Black with #265AAD

Text Example


Text Example

White with #265AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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