Html Css Color HEX #275DCE Cerulean Blue

📋 copy color: '#275DCE'

red 39 ◦ green 93 ◦ blue 206

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

Shades of Cerulean Blue #275DCE

Tints of Cerulean Blue #275DCE

RGB

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

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

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

R = 11.54%
G = 27.51%
B = 60.95%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#275DCE (or 0x275DCE) is known color: Cerulean Blue. HEX triplet: 27, 5D and CE. RGB value is (39,93,206). Sum of RGB (Red+Green+Blue) = 39+93+206=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #275DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DCE is #D8A231. Grayscale: #595959. Windows color (decimal): -14197298 or 13524263. OLE color: 13524263.

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

Color convert

RGB 39 93 206 -
CMYK 0.81 0.55 0 0.19
HSL 220.6º 0.68% 0.48% -
HSV(B) 220.6º 0.81% 0.81% -
XYZ 15.89 12.72 60.01 -
YUV 89.74 193.61 91.81 -
System Red Green Blue C M Y K H S L
Decimal 39 93 206 0.81 0.55 0 0.19 220.6 0.68 0.48
Hex 27 5D CE 51 37 0 13 DD 44 30
Octal 47 135 316 121 67 0 23 335 104 60
Binary 100111 1011101 11001110 1010001 110111 0 10011 11011101 1000100 110000

Color Harmonies of #275DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275DCE

Black with #275DCE

Text Example


Text Example

White with #275DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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