Html Css Color HEX #275FD1 Cerulean Blue

📋 copy color: '#275FD1'

red 39 ◦ green 95 ◦ blue 209

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

Shades of Cerulean Blue #275FD1

Tints of Cerulean Blue #275FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 60.93%

R = 11.37%
G = 27.7%
B = 60.93%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#275FD1 (or 0x275FD1) is known color: Cerulean Blue. HEX triplet: 27, 5F and D1. RGB value is (39,95,209). Sum of RGB (Red+Green+Blue) = 39+95+209=343 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.37% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 209 (82.03% from 255 or 60.93% from 343); Max value from RGB is 209 - color contains mainly: blue. Hex color #275FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FD1 is #D8A02E. Grayscale: #5A5A5A. Windows color (decimal): -14196783 or 13721383. OLE color: 13721383.

HSL color Cylindrical-coordinate representation of color #275FD1: hue angle of 220.24º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #275FD1 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 39 95 209 -
CMYK 0.81 0.55 0 0.18
HSL 220.24º 0.69% 0.49% -
HSV(B) 220.24º 0.81% 0.82% -
XYZ 16.44 13.22 62.01 -
YUV 91.25 194.45 90.73 -
System Red Green Blue C M Y K H S L
Decimal 39 95 209 0.81 0.55 0 0.18 220.24 0.69 0.49
Hex 27 5F D1 51 37 0 12 DC 45 31
Octal 47 137 321 121 67 0 22 334 105 61
Binary 100111 1011111 11010001 1010001 110111 0 10010 11011100 1000101 110001

Color Harmonies of #275FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FD1

Black with #275FD1

Text Example


Text Example

White with #275FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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