Html Css Color HEX #275CB9 Cerulean Blue

📋 copy color: '#275CB9'

red 39 ◦ green 92 ◦ blue 185

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

Shades of Cerulean Blue #275CB9

Tints of Cerulean Blue #275CB9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

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

R = 12.34%
G = 29.11%
B = 58.54%

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

#275CB9 (or 0x275CB9) is known color: Cerulean Blue. HEX triplet: 27, 5C and B9. RGB value is (39,92,185). Sum of RGB (Red+Green+Blue) = 39+92+185=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #275CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275CB9 is #D8A346. Grayscale: #565656. Windows color (decimal): -14197575 or 12147751. OLE color: 12147751.

HSL color Cylindrical-coordinate representation of color #275CB9: hue angle of 218.22º 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 #275CB9 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 92 185 -
CMYK 0.79 0.50 0 0.27
HSL 218.22º 0.65% 0.44% -
HSV(B) 218.22º 0.79% 0.73% -
XYZ 13.42 11.59 47.43 -
YUV 86.76 183.44 93.94 -
System Red Green Blue C M Y K H S L
Decimal 39 92 185 0.79 0.50 0 0.27 218.22 0.65 0.44
Hex 27 5C B9 4F 32 0 1B DA 41 2C
Octal 47 134 271 117 62 0 33 332 101 54
Binary 100111 1011100 10111001 1001111 110010 0 11011 11011010 1000001 101100

Color Harmonies of #275CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CB9

Black with #275CB9

Text Example


Text Example

White with #275CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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