Html Css Color HEX #275BCD Cerulean Blue

📋 copy color: '#275BCD'

red 39 ◦ green 91 ◦ blue 205

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

Shades of Cerulean Blue #275BCD

Tints of Cerulean Blue #275BCD

RGB

 RED value IS 39 (15.63% from 255) = 11.64%

 GREEN value IS 91 (35.94% from 255) = 27.16%

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

R = 11.64%
G = 27.16%
B = 61.19%

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

#275BCD (or 0x275BCD) is known color: Cerulean Blue. HEX triplet: 27, 5B and CD. RGB value is (39,91,205). Sum of RGB (Red+Green+Blue) = 39+91+205=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #275BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BCD is #D8A432. Grayscale: #575757. Windows color (decimal): -14197811 or 13458215. OLE color: 13458215.

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

Color convert

RGB 39 91 205 -
CMYK 0.81 0.56 0 0.20
HSL 221.2º 0.68% 0.48% -
HSV(B) 221.2º 0.81% 0.8% -
XYZ 15.6 12.32 59.31 -
YUV 88.45 193.77 92.73 -
System Red Green Blue C M Y K H S L
Decimal 39 91 205 0.81 0.56 0 0.20 221.2 0.68 0.48
Hex 27 5B CD 51 38 0 14 DD 44 30
Octal 47 133 315 121 70 0 24 335 104 60
Binary 100111 1011011 11001101 1010001 111000 0 10100 11011101 1000100 110000

Color Harmonies of #275BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BCD

Black with #275BCD

Text Example


Text Example

White with #275BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275BCD; }

 p { color: rgb(39,91,205); }

 H1.HeaderClassName
 {
   color: #275BCD;
 }
 .AnyTagClassName
 {
   color: #275BCD;
 }
</style>

background-color css

<style>
 a { background-color: #275BCD; }

 a { background-color: rgb(39,91,205); }

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

border-color css

<style>
 span { border-color: #275BCD; }

 span { border-color: rgb(39,91,205); }

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