Html Css Color HEX #2750DF Cerulean Blue

📋 copy color: '#2750DF'

red 39 ◦ green 80 ◦ blue 223

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

Shades of Cerulean Blue #2750DF

Tints of Cerulean Blue #2750DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

 BLUE value IS 223 (87.5% from 255) = 65.2%

R = 11.4%
G = 23.39%
B = 65.2%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2750DF (or 0x2750DF) is known color: Cerulean Blue. HEX triplet: 27, 50 and DF. RGB value is (39,80,223). Sum of RGB (Red+Green+Blue) = 39+80+223=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #2750DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2750DF is #D8AF20. Grayscale: #535353. Windows color (decimal): -14200609 or 14635047. OLE color: 14635047.

HSL color Cylindrical-coordinate representation of color #2750DF: hue angle of 226.63º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2750DF is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 80 223 -
CMYK 0.83 0.64 0 0.13
HSL 226.63º 0.74% 0.51% -
HSV(B) 226.63º 0.83% 0.87% -
XYZ 17.02 11.5 71.13 -
YUV 84.04 206.42 95.87 -
System Red Green Blue C M Y K H S L
Decimal 39 80 223 0.83 0.64 0 0.13 226.63 0.74 0.51
Hex 27 50 DF 53 40 0 D E3 4A 33
Octal 47 120 337 123 100 0 15 343 112 63
Binary 100111 1010000 11011111 1010011 1000000 0 1101 11100011 1001010 110011

Color Harmonies of #2750DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2750DF

Black with #2750DF

Text Example


Text Example

White with #2750DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2750DF; }

 p { color: rgb(39,80,223); }

 H1.HeaderClassName
 {
   color: #2750DF;
 }
 .AnyTagClassName
 {
   color: #2750DF;
 }
</style>

background-color css

<style>
 a { background-color: #2750DF; }

 a { background-color: rgb(39,80,223); }

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

border-color css

<style>
 span { border-color: #2750DF; }

 span { border-color: rgb(39,80,223); }

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