Html Css Color HEX #265ED5 Cerulean Blue

📋 copy color: '#265ED5'

red 38 ◦ green 94 ◦ blue 213

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

Shades of Cerulean Blue #265ED5

Tints of Cerulean Blue #265ED5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

 BLUE value IS 213 (83.59% from 255) = 61.74%

R = 11.01%
G = 27.25%
B = 61.74%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#265ED5 (or 0x265ED5) is known color: Cerulean Blue. HEX triplet: 26, 5E and D5. RGB value is (38,94,213). Sum of RGB (Red+Green+Blue) = 38+94+213=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 213 (83.59% from 255 or 61.74% from 345); Max value from RGB is 213 - color contains mainly: blue. Hex color #265ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ED5 is #D9A12A. Grayscale: #5A5A5A. Windows color (decimal): -14262571 or 13983270. OLE color: 13983270.

HSL color Cylindrical-coordinate representation of color #265ED5: hue angle of 220.8º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #265ED5 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 94 213 -
CMYK 0.82 0.56 0 0.16
HSL 220.8º 0.7% 0.49% -
HSV(B) 220.8º 0.82% 0.84% -
XYZ 16.81 13.22 64.62 -
YUV 90.82 196.95 90.32 -
System Red Green Blue C M Y K H S L
Decimal 38 94 213 0.82 0.56 0 0.16 220.8 0.7 0.49
Hex 26 5E D5 52 38 0 10 DD 46 31
Octal 46 136 325 122 70 0 20 335 106 61
Binary 100110 1011110 11010101 1010010 111000 0 10000 11011101 1000110 110001

Color Harmonies of #265ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265ED5

Black with #265ED5

Text Example


Text Example

White with #265ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,94,213); }

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

background-color css

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

 a { background-color: rgb(38,94,213); }

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

border-color css

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

 span { border-color: rgb(38,94,213); }

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