Html Css Color HEX #275FC0 Cerulean Blue

📋 copy color: '#275FC0'

red 39 ◦ green 95 ◦ blue 192

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

Shades of Cerulean Blue #275FC0

Tints of Cerulean Blue #275FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.9%

R = 11.96%
G = 29.14%
B = 58.9%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#275FC0 (or 0x275FC0) is known color: Cerulean Blue. HEX triplet: 27, 5F and C0. RGB value is (39,95,192). Sum of RGB (Red+Green+Blue) = 39+95+192=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #275FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FC0 is #D8A03F. Grayscale: #585858. Windows color (decimal): -14196800 or 12607271. OLE color: 12607271.

HSL color Cylindrical-coordinate representation of color #275FC0: hue angle of 218.04º 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 #275FC0 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 95 192 -
CMYK 0.80 0.51 0 0.25
HSL 218.04º 0.66% 0.45% -
HSV(B) 218.04º 0.8% 0.75% -
XYZ 14.44 12.42 51.51 -
YUV 89.31 185.95 92.11 -
System Red Green Blue C M Y K H S L
Decimal 39 95 192 0.80 0.51 0 0.25 218.04 0.66 0.45
Hex 27 5F C0 50 33 0 19 DA 42 2D
Octal 47 137 300 120 63 0 31 332 102 55
Binary 100111 1011111 11000000 1010000 110011 0 11001 11011010 1000010 101101

Color Harmonies of #275FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FC0

Black with #275FC0

Text Example


Text Example

White with #275FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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