Html Css Color HEX #275ABF Cerulean Blue

📋 copy color: '#275ABF'

red 39 ◦ green 90 ◦ blue 191

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

Shades of Cerulean Blue #275ABF

Tints of Cerulean Blue #275ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.69%

R = 12.19%
G = 28.13%
B = 59.69%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#275ABF (or 0x275ABF) is known color: Cerulean Blue. HEX triplet: 27, 5A and BF. RGB value is (39,90,191). Sum of RGB (Red+Green+Blue) = 39+90+191=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #275ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ABF is #D8A540. Grayscale: #555555. Windows color (decimal): -14198081 or 12540455. OLE color: 12540455.

HSL color Cylindrical-coordinate representation of color #275ABF: hue angle of 219.87º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #275ABF is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 90 191 -
CMYK 0.80 0.53 0 0.25
HSL 219.87º 0.66% 0.45% -
HSV(B) 219.87º 0.8% 0.75% -
XYZ 13.9 11.51 50.78 -
YUV 86.27 187.1 94.29 -
System Red Green Blue C M Y K H S L
Decimal 39 90 191 0.80 0.53 0 0.25 219.87 0.66 0.45
Hex 27 5A BF 50 35 0 19 DC 42 2D
Octal 47 132 277 120 65 0 31 334 102 55
Binary 100111 1011010 10111111 1010000 110101 0 11001 11011100 1000010 101101

Color Harmonies of #275ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275ABF

Black with #275ABF

Text Example


Text Example

White with #275ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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