Html Css Color HEX #275FBE Cerulean Blue

📋 copy color: '#275FBE'

red 39 ◦ green 95 ◦ blue 190

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

Shades of Cerulean Blue #275FBE

Tints of Cerulean Blue #275FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.64%

R = 12.04%
G = 29.32%
B = 58.64%

CMYK

 C value IS 0.79

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#275FBE (or 0x275FBE) is known color: Cerulean Blue. HEX triplet: 27, 5F and BE. RGB value is (39,95,190). Sum of RGB (Red+Green+Blue) = 39+95+190=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #275FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FBE is #D8A041. Grayscale: #585858. Windows color (decimal): -14196802 or 12476199. OLE color: 12476199.

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

Color convert

RGB 39 95 190 -
CMYK 0.79 0.5 0 0.25
HSL 217.75º 0.66% 0.45% -
HSV(B) 217.75º 0.79% 0.75% -
XYZ 14.22 12.33 50.35 -
YUV 89.09 184.95 92.28 -
System Red Green Blue C M Y K H S L
Decimal 39 95 190 0.79 0.5 0 0.25 217.75 0.66 0.45
Hex 27 5F BE 4F 32 0 19 DA 42 2D
Octal 47 137 276 117 62 0 31 332 102 55
Binary 100111 1011111 10111110 1001111 110010 0 11001 11011010 1000010 101101

Color Harmonies of #275FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FBE

Black with #275FBE

Text Example


Text Example

White with #275FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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