Html Css Color HEX #275FBA Cerulean Blue

📋 copy color: '#275FBA'

red 39 ◦ green 95 ◦ blue 186

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

Shades of Cerulean Blue #275FBA

Tints of Cerulean Blue #275FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.69%

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 12.19%
G = 29.69%
B = 58.13%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#275FBA (or 0x275FBA) is known color: Cerulean Blue. HEX triplet: 27, 5F and BA. RGB value is (39,95,186). Sum of RGB (Red+Green+Blue) = 39+95+186=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #275FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FBA is #D8A045. Grayscale: #585858. Windows color (decimal): -14196806 or 12214055. OLE color: 12214055.

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

Color convert

RGB 39 95 186 -
CMYK 0.79 0.49 0 0.27
HSL 217.14º 0.65% 0.44% -
HSV(B) 217.14º 0.79% 0.73% -
XYZ 13.79 12.16 48.07 -
YUV 88.63 182.95 92.6 -
System Red Green Blue C M Y K H S L
Decimal 39 95 186 0.79 0.49 0 0.27 217.14 0.65 0.44
Hex 27 5F BA 4F 31 0 1B D9 41 2C
Octal 47 137 272 117 61 0 33 331 101 54
Binary 100111 1011111 10111010 1001111 110001 0 11011 11011001 1000001 101100

Color Harmonies of #275FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FBA

Black with #275FBA

Text Example


Text Example

White with #275FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,95,186); }

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

background-color css

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

 a { background-color: rgb(39,95,186); }

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

border-color css

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

 span { border-color: rgb(39,95,186); }

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