Html Css Color HEX #275EBA Cerulean Blue

📋 copy color: '#275EBA'

red 39 ◦ green 94 ◦ blue 186

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

Shades of Cerulean Blue #275EBA

Tints of Cerulean Blue #275EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.47%

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

R = 12.23%
G = 29.47%
B = 58.31%

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

#275EBA (or 0x275EBA) is known color: Cerulean Blue. HEX triplet: 27, 5E and BA. RGB value is (39,94,186). Sum of RGB (Red+Green+Blue) = 39+94+186=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #275EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275EBA is #D8A145. Grayscale: #575757. Windows color (decimal): -14197062 or 12213799. OLE color: 12213799.

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

Color convert

RGB 39 94 186 -
CMYK 0.79 0.49 0 0.27
HSL 217.55º 0.65% 0.44% -
HSV(B) 217.55º 0.79% 0.73% -
XYZ 13.7 11.98 48.04 -
YUV 88.04 183.28 93.02 -
System Red Green Blue C M Y K H S L
Decimal 39 94 186 0.79 0.49 0 0.27 217.55 0.65 0.44
Hex 27 5E BA 4F 31 0 1B DA 41 2C
Octal 47 136 272 117 61 0 33 332 101 54
Binary 100111 1011110 10111010 1001111 110001 0 11011 11011010 1000001 101100

Color Harmonies of #275EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275EBA

Black with #275EBA

Text Example


Text Example

White with #275EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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