Html Css Color HEX #275DC1 Cerulean Blue

📋 copy color: '#275DC1'

red 39 ◦ green 93 ◦ blue 193

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

Shades of Cerulean Blue #275DC1

Tints of Cerulean Blue #275DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 59.38%

R = 12%
G = 28.62%
B = 59.38%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#275DC1 (or 0x275DC1) is known color: Cerulean Blue. HEX triplet: 27, 5D and C1. RGB value is (39,93,193). Sum of RGB (Red+Green+Blue) = 39+93+193=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #275DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DC1 is #D8A23E. Grayscale: #575757. Windows color (decimal): -14197311 or 12672295. OLE color: 12672295.

HSL color Cylindrical-coordinate representation of color #275DC1: hue angle of 218.96º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #275DC1 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 93 193 -
CMYK 0.80 0.52 0 0.24
HSL 218.96º 0.66% 0.45% -
HSV(B) 218.96º 0.8% 0.76% -
XYZ 14.38 12.11 52.03 -
YUV 88.25 187.11 92.87 -
System Red Green Blue C M Y K H S L
Decimal 39 93 193 0.80 0.52 0 0.24 218.96 0.66 0.45
Hex 27 5D C1 50 34 0 18 DB 42 2D
Octal 47 135 301 120 64 0 30 333 102 55
Binary 100111 1011101 11000001 1010000 110100 0 11000 11011011 1000010 101101

Color Harmonies of #275DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275DC1

Black with #275DC1

Text Example


Text Example

White with #275DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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