Html Css Color HEX #275BBB Cerulean Blue

📋 copy color: '#275BBB'

red 39 ◦ green 91 ◦ blue 187

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

Shades of Cerulean Blue #275BBB

Tints of Cerulean Blue #275BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.71%

 BLUE value IS 187 (73.44% from 255) = 58.99%

R = 12.3%
G = 28.71%
B = 58.99%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#275BBB (or 0x275BBB) is known color: Cerulean Blue. HEX triplet: 27, 5B and BB. RGB value is (39,91,187). Sum of RGB (Red+Green+Blue) = 39+91+187=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #275BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BBB is #D8A444. Grayscale: #555555. Windows color (decimal): -14197829 or 12278567. OLE color: 12278567.

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

Color convert

RGB 39 91 187 -
CMYK 0.79 0.51 0 0.27
HSL 218.92º 0.65% 0.44% -
HSV(B) 218.92º 0.79% 0.73% -
XYZ 13.55 11.5 48.52 -
YUV 86.4 184.77 94.19 -
System Red Green Blue C M Y K H S L
Decimal 39 91 187 0.79 0.51 0 0.27 218.92 0.65 0.44
Hex 27 5B BB 4F 33 0 1B DB 41 2C
Octal 47 133 273 117 63 0 33 333 101 54
Binary 100111 1011011 10111011 1001111 110011 0 11011 11011011 1000001 101100

Color Harmonies of #275BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BBB

Black with #275BBB

Text Example


Text Example

White with #275BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,91,187); }

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

background-color css

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

 a { background-color: rgb(39,91,187); }

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

border-color css

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

 span { border-color: rgb(39,91,187); }

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