Html Css Color HEX #275BC8 Cerulean Blue

📋 copy color: '#275BC8'

red 39 ◦ green 91 ◦ blue 200

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

Shades of Cerulean Blue #275BC8

Tints of Cerulean Blue #275BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.61%

R = 11.82%
G = 27.58%
B = 60.61%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#275BC8 (or 0x275BC8) is known color: Cerulean Blue. HEX triplet: 27, 5B and C8. RGB value is (39,91,200). Sum of RGB (Red+Green+Blue) = 39+91+200=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 200 (78.52% from 255 or 60.61% from 330); Max value from RGB is 200 - color contains mainly: blue. Hex color #275BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BC8 is #D8A437. Grayscale: #575757. Windows color (decimal): -14197816 or 13130535. OLE color: 13130535.

HSL color Cylindrical-coordinate representation of color #275BC8: hue angle of 220.62º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #275BC8 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 39 91 200 -
CMYK 0.80 0.54 0 0.22
HSL 220.62º 0.67% 0.47% -
HSV(B) 220.62º 0.81% 0.78% -
XYZ 15 12.08 56.19 -
YUV 87.88 191.27 93.14 -
System Red Green Blue C M Y K H S L
Decimal 39 91 200 0.80 0.54 0 0.22 220.62 0.67 0.47
Hex 27 5B C8 50 36 0 16 DD 43 2F
Octal 47 133 310 120 66 0 26 335 103 57
Binary 100111 1011011 11001000 1010000 110110 0 10110 11011101 1000011 101111

Color Harmonies of #275BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BC8

Black with #275BC8

Text Example


Text Example

White with #275BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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