Html Css Color HEX #2748CE Cerulean Blue

📋 copy color: '#2748CE'

red 39 ◦ green 72 ◦ blue 206

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

Shades of Cerulean Blue #2748CE

Tints of Cerulean Blue #2748CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.71%

 BLUE value IS 206 (80.86% from 255) = 64.98%

R = 12.3%
G = 22.71%
B = 64.98%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2748CE (or 0x2748CE) is known color: Cerulean Blue. HEX triplet: 27, 48 and CE. RGB value is (39,72,206). Sum of RGB (Red+Green+Blue) = 39+72+206=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #2748CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2748CE is #D8B731. Grayscale: #4C4C4C. Windows color (decimal): -14202674 or 13518887. OLE color: 13518887.

HSL color Cylindrical-coordinate representation of color #2748CE: hue angle of 228.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2748CE is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 72 206 -
CMYK 0.81 0.65 0 0.19
HSL 228.14º 0.68% 0.48% -
HSV(B) 228.14º 0.81% 0.81% -
XYZ 14.29 9.52 59.48 -
YUV 77.41 200.57 100.6 -
System Red Green Blue C M Y K H S L
Decimal 39 72 206 0.81 0.65 0 0.19 228.14 0.68 0.48
Hex 27 48 CE 51 41 0 13 E4 44 30
Octal 47 110 316 121 101 0 23 344 104 60
Binary 100111 1001000 11001110 1010001 1000001 0 10011 11100100 1000100 110000

Color Harmonies of #2748CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2748CE

Black with #2748CE

Text Example


Text Example

White with #2748CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2748CE; }

 p { color: rgb(39,72,206); }

 H1.HeaderClassName
 {
   color: #2748CE;
 }
 .AnyTagClassName
 {
   color: #2748CE;
 }
</style>

background-color css

<style>
 a { background-color: #2748CE; }

 a { background-color: rgb(39,72,206); }

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

border-color css

<style>
 span { border-color: #2748CE; }

 span { border-color: rgb(39,72,206); }

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