Html Css Color HEX #275BC9 Cerulean Blue

📋 copy color: '#275BC9'

red 39 ◦ green 91 ◦ blue 201

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

Shades of Cerulean Blue #275BC9

Tints of Cerulean Blue #275BC9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

 BLUE value IS 201 (78.91% from 255) = 60.73%

R = 11.78%
G = 27.49%
B = 60.73%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#275BC9 (or 0x275BC9) is known color: Cerulean Blue. HEX triplet: 27, 5B and C9. RGB value is (39,91,201). Sum of RGB (Red+Green+Blue) = 39+91+201=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #275BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BC9 is #D8A436. Grayscale: #575757. Windows color (decimal): -14197815 or 13196071. OLE color: 13196071.

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

Color convert

RGB 39 91 201 -
CMYK 0.81 0.55 0 0.21
HSL 220.74º 0.68% 0.47% -
HSV(B) 220.74º 0.81% 0.79% -
XYZ 15.12 12.13 56.8 -
YUV 87.99 191.77 93.06 -
System Red Green Blue C M Y K H S L
Decimal 39 91 201 0.81 0.55 0 0.21 220.74 0.68 0.47
Hex 27 5B C9 51 37 0 15 DD 44 2F
Octal 47 133 311 121 67 0 25 335 104 57
Binary 100111 1011011 11001001 1010001 110111 0 10101 11011101 1000100 101111

Color Harmonies of #275BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BC9

Black with #275BC9

Text Example


Text Example

White with #275BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,91,201); }

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

background-color css

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

 a { background-color: rgb(39,91,201); }

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

border-color css

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

 span { border-color: rgb(39,91,201); }

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