Html Css Color HEX #2750CB Cerulean Blue

📋 copy color: '#2750CB'

red 39 ◦ green 80 ◦ blue 203

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

Shades of Cerulean Blue #2750CB

Tints of Cerulean Blue #2750CB

RGB

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

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

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

R = 12.11%
G = 24.84%
B = 63.04%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2750CB (or 0x2750CB) is known color: Cerulean Blue. HEX triplet: 27, 50 and CB. RGB value is (39,80,203). Sum of RGB (Red+Green+Blue) = 39+80+203=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #2750CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2750CB is #D8AF34. Grayscale: #515151. Windows color (decimal): -14200629 or 13324327. OLE color: 13324327.

HSL color Cylindrical-coordinate representation of color #2750CB: hue angle of 225º 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 #2750CB is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 80 203 -
CMYK 0.81 0.61 0 0.20
HSL 225º 0.68% 0.47% -
HSV(B) 225º 0.81% 0.8% -
XYZ 14.48 10.48 57.76 -
YUV 81.76 196.42 97.5 -
System Red Green Blue C M Y K H S L
Decimal 39 80 203 0.81 0.61 0 0.20 225 0.68 0.47
Hex 27 50 CB 51 3D 0 14 E1 44 2F
Octal 47 120 313 121 75 0 24 341 104 57
Binary 100111 1010000 11001011 1010001 111101 0 10100 11100001 1000100 101111

Color Harmonies of #2750CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2750CB

Black with #2750CB

Text Example


Text Example

White with #2750CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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