Html Css Color HEX #275FC2 Cerulean Blue

📋 copy color: '#275FC2'

red 39 ◦ green 95 ◦ blue 194

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

Shades of Cerulean Blue #275FC2

Tints of Cerulean Blue #275FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 59.15%

R = 11.89%
G = 28.96%
B = 59.15%

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

#275FC2 (or 0x275FC2) is known color: Cerulean Blue. HEX triplet: 27, 5F and C2. RGB value is (39,95,194). Sum of RGB (Red+Green+Blue) = 39+95+194=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 194 (76.17% from 255 or 59.15% from 328); Max value from RGB is 194 - color contains mainly: blue. Hex color #275FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FC2 is #D8A03D. Grayscale: #595959. Windows color (decimal): -14196798 or 12738343. OLE color: 12738343.

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

Color convert

RGB 39 95 194 -
CMYK 0.80 0.51 0 0.24
HSL 218.32º 0.67% 0.46% -
HSV(B) 218.32º 0.8% 0.76% -
XYZ 14.67 12.51 52.68 -
YUV 89.54 186.95 91.95 -
System Red Green Blue C M Y K H S L
Decimal 39 95 194 0.80 0.51 0 0.24 218.32 0.67 0.46
Hex 27 5F C2 50 33 0 18 DA 43 2E
Octal 47 137 302 120 63 0 30 332 103 56
Binary 100111 1011111 11000010 1010000 110011 0 11000 11011010 1000011 101110

Color Harmonies of #275FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FC2

Black with #275FC2

Text Example


Text Example

White with #275FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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