Html Css Color HEX #265ACD Cerulean Blue

📋 copy color: '#265ACD'

red 38 ◦ green 90 ◦ blue 205

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

Shades of Cerulean Blue #265ACD

Tints of Cerulean Blue #265ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

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

R = 11.41%
G = 27.03%
B = 61.56%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#265ACD (or 0x265ACD) is known color: Cerulean Blue. HEX triplet: 26, 5A and CD. RGB value is (38,90,205). Sum of RGB (Red+Green+Blue) = 38+90+205=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #265ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ACD is #D9A532. Grayscale: #575757. Windows color (decimal): -14263603 or 13457958. OLE color: 13457958.

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

Color convert

RGB 38 90 205 -
CMYK 0.81 0.56 0 0.20
HSL 221.32º 0.69% 0.48% -
HSV(B) 221.32º 0.81% 0.8% -
XYZ 15.47 12.13 59.28 -
YUV 87.56 194.27 92.65 -
System Red Green Blue C M Y K H S L
Decimal 38 90 205 0.81 0.56 0 0.20 221.32 0.69 0.48
Hex 26 5A CD 51 38 0 14 DD 45 30
Octal 46 132 315 121 70 0 24 335 105 60
Binary 100110 1011010 11001101 1010001 111000 0 10100 11011101 1000101 110000

Color Harmonies of #265ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265ACD

Black with #265ACD

Text Example


Text Example

White with #265ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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