Html Css Color HEX #275CCC Cerulean Blue

📋 copy color: '#275CCC'

red 39 ◦ green 92 ◦ blue 204

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

Shades of Cerulean Blue #275CCC

Tints of Cerulean Blue #275CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.46%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 11.64%
G = 27.46%
B = 60.9%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#275CCC (or 0x275CCC) is known color: Cerulean Blue. HEX triplet: 27, 5C and CC. RGB value is (39,92,204). Sum of RGB (Red+Green+Blue) = 39+92+204=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #275CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275CCC is #D8A333. Grayscale: #585858. Windows color (decimal): -14197556 or 13392935. OLE color: 13392935.

HSL color Cylindrical-coordinate representation of color #275CCC: hue angle of 220.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #275CCC is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 92 204 -
CMYK 0.81 0.55 0 0.2
HSL 220.73º 0.68% 0.48% -
HSV(B) 220.73º 0.81% 0.8% -
XYZ 15.56 12.45 58.71 -
YUV 88.92 192.94 92.39 -
System Red Green Blue C M Y K H S L
Decimal 39 92 204 0.81 0.55 0 0.2 220.73 0.68 0.48
Hex 27 5C CC 51 37 0 14 DD 44 30
Octal 47 134 314 121 67 0 24 335 104 60
Binary 100111 1011100 11001100 1010001 110111 0 10100 11011101 1000100 110000

Color Harmonies of #275CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CCC

Black with #275CCC

Text Example


Text Example

White with #275CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,92,204); }

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

background-color css

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

 a { background-color: rgb(39,92,204); }

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

border-color css

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

 span { border-color: rgb(39,92,204); }

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