Html Css Color HEX #265AB9 Cerulean Blue

📋 copy color: '#265AB9'

red 38 ◦ green 90 ◦ blue 185

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

Shades of Cerulean Blue #265AB9

Tints of Cerulean Blue #265AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 59.11%

R = 12.14%
G = 28.75%
B = 59.11%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#265AB9 (or 0x265AB9) is known color: Cerulean Blue. HEX triplet: 26, 5A and B9. RGB value is (38,90,185). Sum of RGB (Red+Green+Blue) = 38+90+185=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 185 (72.66% from 255 or 59.11% from 313); Max value from RGB is 185 - color contains mainly: blue. Hex color #265AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265AB9 is #D9A546. Grayscale: #545454. Windows color (decimal): -14263623 or 12147238. OLE color: 12147238.

HSL color Cylindrical-coordinate representation of color #265AB9: hue angle of 218.78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #265AB9 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 90 185 -
CMYK 0.79 0.51 0 0.27
HSL 218.78º 0.66% 0.44% -
HSV(B) 218.78º 0.79% 0.73% -
XYZ 13.21 11.23 47.37 -
YUV 85.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 38 90 185 0.79 0.51 0 0.27 218.78 0.66 0.44
Hex 26 5A B9 4F 33 0 1B DB 42 2C
Octal 46 132 271 117 63 0 33 333 102 54
Binary 100110 1011010 10111001 1001111 110011 0 11011 11011011 1000010 101100

Color Harmonies of #265AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265AB9

Black with #265AB9

Text Example


Text Example

White with #265AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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