Html Css Color HEX #265DCD Cerulean Blue

📋 copy color: '#265DCD'

red 38 ◦ green 93 ◦ blue 205

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

Shades of Cerulean Blue #265DCD

Tints of Cerulean Blue #265DCD

RGB

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

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

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

R = 11.31%
G = 27.68%
B = 61.01%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#265DCD (or 0x265DCD) is known color: Cerulean Blue. HEX triplet: 26, 5D and CD. RGB value is (38,93,205). Sum of RGB (Red+Green+Blue) = 38+93+205=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #265DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DCD is #D9A232. Grayscale: #585858. Windows color (decimal): -14262835 or 13458726. OLE color: 13458726.

HSL color Cylindrical-coordinate representation of color #265DCD: hue angle of 220.24º 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 #265DCD is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 93 205 -
CMYK 0.81 0.55 0 0.20
HSL 220.24º 0.69% 0.48% -
HSV(B) 220.24º 0.81% 0.8% -
XYZ 15.73 12.65 59.37 -
YUV 89.32 193.28 91.39 -
System Red Green Blue C M Y K H S L
Decimal 38 93 205 0.81 0.55 0 0.20 220.24 0.69 0.48
Hex 26 5D CD 51 37 0 14 DC 45 30
Octal 46 135 315 121 67 0 24 334 105 60
Binary 100110 1011101 11001101 1010001 110111 0 10100 11011100 1000101 110000

Color Harmonies of #265DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DCD

Black with #265DCD

Text Example


Text Example

White with #265DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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