Html Css Color HEX #275BCE Cerulean Blue

📋 copy color: '#275BCE'

red 39 ◦ green 91 ◦ blue 206

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

Shades of Cerulean Blue #275BCE

Tints of Cerulean Blue #275BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 11.61%
G = 27.08%
B = 61.31%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#275BCE (or 0x275BCE) is known color: Cerulean Blue. HEX triplet: 27, 5B and CE. RGB value is (39,91,206). Sum of RGB (Red+Green+Blue) = 39+91+206=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #275BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BCE is #D8A431. Grayscale: #585858. Windows color (decimal): -14197810 or 13523751. OLE color: 13523751.

HSL color Cylindrical-coordinate representation of color #275BCE: hue angle of 221.32º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #275BCE is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 91 206 -
CMYK 0.81 0.56 0 0.19
HSL 221.32º 0.68% 0.48% -
HSV(B) 221.32º 0.81% 0.81% -
XYZ 15.72 12.37 59.95 -
YUV 88.56 194.27 92.65 -
System Red Green Blue C M Y K H S L
Decimal 39 91 206 0.81 0.56 0 0.19 221.32 0.68 0.48
Hex 27 5B CE 51 38 0 13 DD 44 30
Octal 47 133 316 121 70 0 23 335 104 60
Binary 100111 1011011 11001110 1010001 111000 0 10011 11011101 1000100 110000

Color Harmonies of #275BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BCE

Black with #275BCE

Text Example


Text Example

White with #275BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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