Html Css Color HEX #265FCD Cerulean Blue

📋 copy color: '#265FCD'

red 38 ◦ green 95 ◦ blue 205

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

Shades of Cerulean Blue #265FCD

Tints of Cerulean Blue #265FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

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

R = 11.24%
G = 28.11%
B = 60.65%

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

#265FCD (or 0x265FCD) is known color: Cerulean Blue. HEX triplet: 26, 5F and CD. RGB value is (38,95,205). Sum of RGB (Red+Green+Blue) = 38+95+205=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #265FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265FCD is #D9A032. Grayscale: #5A5A5A. Windows color (decimal): -14262323 or 13459238. OLE color: 13459238.

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

Color convert

RGB 38 95 205 -
CMYK 0.81 0.54 0 0.20
HSL 219.52º 0.69% 0.48% -
HSV(B) 219.52º 0.81% 0.8% -
XYZ 15.91 13 59.43 -
YUV 90.5 192.62 90.56 -
System Red Green Blue C M Y K H S L
Decimal 38 95 205 0.81 0.54 0 0.20 219.52 0.69 0.48
Hex 26 5F CD 51 36 0 14 DC 45 30
Octal 46 137 315 121 66 0 24 334 105 60
Binary 100110 1011111 11001101 1010001 110110 0 10100 11011100 1000101 110000

Color Harmonies of #265FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FCD

Black with #265FCD

Text Example


Text Example

White with #265FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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