Html Css Color HEX #275FC1 Cerulean Blue

📋 copy color: '#275FC1'

red 39 ◦ green 95 ◦ blue 193

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

Shades of Cerulean Blue #275FC1

Tints of Cerulean Blue #275FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 59.02%

R = 11.93%
G = 29.05%
B = 59.02%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#275FC1 (or 0x275FC1) is known color: Cerulean Blue. HEX triplet: 27, 5F and C1. RGB value is (39,95,193). Sum of RGB (Red+Green+Blue) = 39+95+193=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #275FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FC1 is #D8A03E. Grayscale: #585858. Windows color (decimal): -14196799 or 12672807. OLE color: 12672807.

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

Color convert

RGB 39 95 193 -
CMYK 0.80 0.51 0 0.24
HSL 218.18º 0.66% 0.45% -
HSV(B) 218.18º 0.8% 0.76% -
XYZ 14.55 12.47 52.09 -
YUV 89.43 186.45 92.03 -
System Red Green Blue C M Y K H S L
Decimal 39 95 193 0.80 0.51 0 0.24 218.18 0.66 0.45
Hex 27 5F C1 50 33 0 18 DA 42 2D
Octal 47 137 301 120 63 0 30 332 102 55
Binary 100111 1011111 11000001 1010000 110011 0 11000 11011010 1000010 101101

Color Harmonies of #275FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FC1

Black with #275FC1

Text Example


Text Example

White with #275FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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