Html Css Color HEX #275DB9 Cerulean Blue

📋 copy color: '#275DB9'

red 39 ◦ green 93 ◦ blue 185

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

Shades of Cerulean Blue #275DB9

Tints of Cerulean Blue #275DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 58.36%

R = 12.3%
G = 29.34%
B = 58.36%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#275DB9 (or 0x275DB9) is known color: Cerulean Blue. HEX triplet: 27, 5D and B9. RGB value is (39,93,185). Sum of RGB (Red+Green+Blue) = 39+93+185=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 185 (72.66% from 255 or 58.36% from 317); Max value from RGB is 185 - color contains mainly: blue. Hex color #275DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DB9 is #D8A246. Grayscale: #565656. Windows color (decimal): -14197319 or 12148007. OLE color: 12148007.

HSL color Cylindrical-coordinate representation of color #275DB9: hue angle of 217.81º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #275DB9 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 93 185 -
CMYK 0.79 0.50 0 0.27
HSL 217.81º 0.65% 0.44% -
HSV(B) 217.81º 0.79% 0.73% -
XYZ 13.51 11.76 47.46 -
YUV 87.34 183.11 93.52 -
System Red Green Blue C M Y K H S L
Decimal 39 93 185 0.79 0.50 0 0.27 217.81 0.65 0.44
Hex 27 5D B9 4F 32 0 1B DA 41 2C
Octal 47 135 271 117 62 0 33 332 101 54
Binary 100111 1011101 10111001 1001111 110010 0 11011 11011010 1000001 101100

Color Harmonies of #275DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275DB9

Black with #275DB9

Text Example


Text Example

White with #275DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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