Html Css Color HEX #265ECD Cerulean Blue

📋 copy color: '#265ECD'

red 38 ◦ green 94 ◦ blue 205

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

Shades of Cerulean Blue #265ECD

Tints of Cerulean Blue #265ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 11.28%
G = 27.89%
B = 60.83%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#265ECD (or 0x265ECD) is known color: Cerulean Blue. HEX triplet: 26, 5E and CD. RGB value is (38,94,205). Sum of RGB (Red+Green+Blue) = 38+94+205=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #265ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ECD is #D9A132. Grayscale: #595959. Windows color (decimal): -14262579 or 13458982. OLE color: 13458982.

HSL color Cylindrical-coordinate representation of color #265ECD: hue angle of 219.88º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #265ECD is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 94 205 -
CMYK 0.81 0.54 0 0.20
HSL 219.88º 0.69% 0.48% -
HSV(B) 219.88º 0.81% 0.8% -
XYZ 15.82 12.83 59.4 -
YUV 89.91 192.95 90.97 -
System Red Green Blue C M Y K H S L
Decimal 38 94 205 0.81 0.54 0 0.20 219.88 0.69 0.48
Hex 26 5E CD 51 36 0 14 DC 45 30
Octal 46 136 315 121 66 0 24 334 105 60
Binary 100110 1011110 11001101 1010001 110110 0 10100 11011100 1000101 110000

Color Harmonies of #265ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265ECD

Black with #265ECD

Text Example


Text Example

White with #265ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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