Html Css Color HEX #265DAE Cerulean Blue

📋 copy color: '#265DAE'

red 38 ◦ green 93 ◦ blue 174

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

Shades of Cerulean Blue #265DAE

Tints of Cerulean Blue #265DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.49%

 BLUE value IS 174 (68.36% from 255) = 57.05%

R = 12.46%
G = 30.49%
B = 57.05%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#265DAE (or 0x265DAE) is known color: Cerulean Blue. HEX triplet: 26, 5D and AE. RGB value is (38,93,174). Sum of RGB (Red+Green+Blue) = 38+93+174=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #265DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265DAE is #D9A251. Grayscale: #555555. Windows color (decimal): -14262866 or 11427110. OLE color: 11427110.

HSL color Cylindrical-coordinate representation of color #265DAE: hue angle of 215.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #265DAE is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 93 174 -
CMYK 0.78 0.47 0 0.32
HSL 215.74º 0.64% 0.42% -
HSV(B) 215.74º 0.78% 0.68% -
XYZ 12.35 11.3 41.57 -
YUV 85.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 38 93 174 0.78 0.47 0 0.32 215.74 0.64 0.42
Hex 26 5D AE 4E 2F 0 20 D8 40 2A
Octal 46 135 256 116 57 0 40 330 100 52
Binary 100110 1011101 10101110 1001110 101111 0 100000 11011000 1000000 101010

Color Harmonies of #265DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DAE

Black with #265DAE

Text Example


Text Example

White with #265DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,93,174); }

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

background-color css

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

 a { background-color: rgb(38,93,174); }

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

border-color css

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

 span { border-color: rgb(38,93,174); }

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