Html Css Color HEX #275CB8 Cerulean Blue

📋 copy color: '#275CB8'

red 39 ◦ green 92 ◦ blue 184

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

Shades of Cerulean Blue #275CB8

Tints of Cerulean Blue #275CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 58.41%

R = 12.38%
G = 29.21%
B = 58.41%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#275CB8 (or 0x275CB8) is known color: Cerulean Blue. HEX triplet: 27, 5C and B8. RGB value is (39,92,184). Sum of RGB (Red+Green+Blue) = 39+92+184=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #275CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275CB8 is #D8A347. Grayscale: #565656. Windows color (decimal): -14197576 or 12082215. OLE color: 12082215.

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

Color convert

RGB 39 92 184 -
CMYK 0.79 0.50 0 0.28
HSL 218.07º 0.65% 0.44% -
HSV(B) 218.07º 0.79% 0.72% -
XYZ 13.32 11.55 46.87 -
YUV 86.64 182.94 94.02 -
System Red Green Blue C M Y K H S L
Decimal 39 92 184 0.79 0.50 0 0.28 218.07 0.65 0.44
Hex 27 5C B8 4F 32 0 1C DA 41 2C
Octal 47 134 270 117 62 0 34 332 101 54
Binary 100111 1011100 10111000 1001111 110010 0 11100 11011010 1000001 101100

Color Harmonies of #275CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CB8

Black with #275CB8

Text Example


Text Example

White with #275CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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