Html Css Color HEX #275ACC Cerulean Blue

📋 copy color: '#275ACC'

red 39 ◦ green 90 ◦ blue 204

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

Shades of Cerulean Blue #275ACC

Tints of Cerulean Blue #275ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

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

R = 11.71%
G = 27.03%
B = 61.26%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#275ACC (or 0x275ACC) is known color: Cerulean Blue. HEX triplet: 27, 5A and CC. RGB value is (39,90,204). Sum of RGB (Red+Green+Blue) = 39+90+204=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #275ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ACC is #D8A533. Grayscale: #575757. Windows color (decimal): -14198068 or 13392423. OLE color: 13392423.

HSL color Cylindrical-coordinate representation of color #275ACC: hue angle of 221.45º 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 #275ACC is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 90 204 -
CMYK 0.81 0.56 0 0.2
HSL 221.45º 0.68% 0.48% -
HSV(B) 221.45º 0.81% 0.8% -
XYZ 15.39 12.1 58.65 -
YUV 87.75 193.6 93.23 -
System Red Green Blue C M Y K H S L
Decimal 39 90 204 0.81 0.56 0 0.2 221.45 0.68 0.48
Hex 27 5A CC 51 38 0 14 DD 44 30
Octal 47 132 314 121 70 0 24 335 104 60
Binary 100111 1011010 11001100 1010001 111000 0 10100 11011101 1000100 110000

Color Harmonies of #275ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275ACC

Black with #275ACC

Text Example


Text Example

White with #275ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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