Html Css Color HEX #275ABB Cerulean Blue

📋 copy color: '#275ABB'

red 39 ◦ green 90 ◦ blue 187

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

Shades of Cerulean Blue #275ABB

Tints of Cerulean Blue #275ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

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

R = 12.34%
G = 28.48%
B = 59.18%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#275ABB (or 0x275ABB) is known color: Cerulean Blue. HEX triplet: 27, 5A and BB. RGB value is (39,90,187). Sum of RGB (Red+Green+Blue) = 39+90+187=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #275ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ABB is #D8A544. Grayscale: #555555. Windows color (decimal): -14198085 or 12278311. OLE color: 12278311.

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

Color convert

RGB 39 90 187 -
CMYK 0.79 0.52 0 0.27
HSL 219.32º 0.65% 0.44% -
HSV(B) 219.32º 0.79% 0.73% -
XYZ 13.46 11.33 48.49 -
YUV 85.81 185.1 94.61 -
System Red Green Blue C M Y K H S L
Decimal 39 90 187 0.79 0.52 0 0.27 219.32 0.65 0.44
Hex 27 5A BB 4F 34 0 1B DB 41 2C
Octal 47 132 273 117 64 0 33 333 101 54
Binary 100111 1011010 10111011 1001111 110100 0 11011 11011011 1000001 101100

Color Harmonies of #275ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275ABB

Black with #275ABB

Text Example


Text Example

White with #275ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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