Html Css Color HEX #275AC5 Cerulean Blue

📋 copy color: '#275AC5'

red 39 ◦ green 90 ◦ blue 197

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

Shades of Cerulean Blue #275AC5

Tints of Cerulean Blue #275AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 60.43%

R = 11.96%
G = 27.61%
B = 60.43%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#275AC5 (or 0x275AC5) is known color: Cerulean Blue. HEX triplet: 27, 5A and C5. RGB value is (39,90,197). Sum of RGB (Red+Green+Blue) = 39+90+197=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 197 (77.34% from 255 or 60.43% from 326); Max value from RGB is 197 - color contains mainly: blue. Hex color #275AC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275AC5 is #D8A53A. Grayscale: #565656. Windows color (decimal): -14198075 or 12933671. OLE color: 12933671.

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

Color convert

RGB 39 90 197 -
CMYK 0.80 0.54 0 0.23
HSL 220.63º 0.67% 0.46% -
HSV(B) 220.63º 0.8% 0.77% -
XYZ 14.57 11.77 54.33 -
YUV 86.95 190.1 93.8 -
System Red Green Blue C M Y K H S L
Decimal 39 90 197 0.80 0.54 0 0.23 220.63 0.67 0.46
Hex 27 5A C5 50 36 0 17 DD 43 2E
Octal 47 132 305 120 66 0 27 335 103 56
Binary 100111 1011010 11000101 1010000 110110 0 10111 11011101 1000011 101110

Color Harmonies of #275AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275AC5

Black with #275AC5

Text Example


Text Example

White with #275AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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