Html Css Color HEX #275FCB Cerulean Blue

📋 copy color: '#275FCB'

red 39 ◦ green 95 ◦ blue 203

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

Shades of Cerulean Blue #275FCB

Tints of Cerulean Blue #275FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

 BLUE value IS 203 (79.69% from 255) = 60.24%

R = 11.57%
G = 28.19%
B = 60.24%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#275FCB (or 0x275FCB) is known color: Cerulean Blue. HEX triplet: 27, 5F and CB. RGB value is (39,95,203). Sum of RGB (Red+Green+Blue) = 39+95+203=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #275FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FCB is #D8A034. Grayscale: #5A5A5A. Windows color (decimal): -14196789 or 13328167. OLE color: 13328167.

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

Color convert

RGB 39 95 203 -
CMYK 0.81 0.53 0 0.20
HSL 219.51º 0.68% 0.47% -
HSV(B) 219.51º 0.81% 0.8% -
XYZ 15.71 12.93 58.17 -
YUV 90.57 191.45 91.22 -
System Red Green Blue C M Y K H S L
Decimal 39 95 203 0.81 0.53 0 0.20 219.51 0.68 0.47
Hex 27 5F CB 51 35 0 14 DC 44 2F
Octal 47 137 313 121 65 0 24 334 104 57
Binary 100111 1011111 11001011 1010001 110101 0 10100 11011100 1000100 101111

Color Harmonies of #275FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FCB

Black with #275FCB

Text Example


Text Example

White with #275FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,95,203); }

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

background-color css

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

 a { background-color: rgb(39,95,203); }

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

border-color css

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

 span { border-color: rgb(39,95,203); }

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