Html Css Color HEX #265AA8 Cerulean Blue

📋 copy color: '#265AA8'

red 38 ◦ green 90 ◦ blue 168

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

Shades of Cerulean Blue #265AA8

Tints of Cerulean Blue #265AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 56.76%

R = 12.84%
G = 30.41%
B = 56.76%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#265AA8 (or 0x265AA8) is known color: Cerulean Blue. HEX triplet: 26, 5A and A8. RGB value is (38,90,168). Sum of RGB (Red+Green+Blue) = 38+90+168=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 168 (66.02% from 255 or 56.76% from 296); Max value from RGB is 168 - color contains mainly: blue. Hex color #265AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265AA8 is #D9A557. Grayscale: #525252. Windows color (decimal): -14263640 or 11033126. OLE color: 11033126.

HSL color Cylindrical-coordinate representation of color #265AA8: hue angle of 216º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #265AA8 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 38 90 168 -
CMYK 0.77 0.46 0 0.34
HSL 216º 0.63% 0.4% -
HSV(B) 216º 0.77% 0.66% -
XYZ 11.52 10.55 38.48 -
YUV 83.34 175.77 95.66 -
System Red Green Blue C M Y K H S L
Decimal 38 90 168 0.77 0.46 0 0.34 216 0.63 0.4
Hex 26 5A A8 4D 2E 0 22 D8 3F 28
Octal 46 132 250 115 56 0 42 330 77 50
Binary 100110 1011010 10101000 1001101 101110 0 100010 11011000 111111 101000

Color Harmonies of #265AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265AA8

Black with #265AA8

Text Example


Text Example

White with #265AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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