Html Css Color HEX #2749DA Cerulean Blue

📋 copy color: '#2749DA'

red 39 ◦ green 73 ◦ blue 218

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

Shades of Cerulean Blue #2749DA

Tints of Cerulean Blue #2749DA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.12%

 BLUE value IS 218 (85.55% from 255) = 66.06%

R = 11.82%
G = 22.12%
B = 66.06%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2749DA (or 0x2749DA) is known color: Cerulean Blue. HEX triplet: 27, 49 and DA. RGB value is (39,73,218). Sum of RGB (Red+Green+Blue) = 39+73+218=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #2749DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2749DA is #D8B625. Grayscale: #4E4E4E. Windows color (decimal): -14202406 or 14305575. OLE color: 14305575.

HSL color Cylindrical-coordinate representation of color #2749DA: hue angle of 228.6º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2749DA is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 73 218 -
CMYK 0.82 0.67 0 0.15
HSL 228.6º 0.71% 0.5% -
HSV(B) 228.6º 0.82% 0.85% -
XYZ 15.87 10.26 67.47 -
YUV 79.36 206.24 99.21 -
System Red Green Blue C M Y K H S L
Decimal 39 73 218 0.82 0.67 0 0.15 228.6 0.71 0.5
Hex 27 49 DA 52 43 0 F E5 47 32
Octal 47 111 332 122 103 0 17 345 107 62
Binary 100111 1001001 11011010 1010010 1000011 0 1111 11100101 1000111 110010

Color Harmonies of #2749DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2749DA

Black with #2749DA

Text Example


Text Example

White with #2749DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2749DA; }

 p { color: rgb(39,73,218); }

 H1.HeaderClassName
 {
   color: #2749DA;
 }
 .AnyTagClassName
 {
   color: #2749DA;
 }
</style>

background-color css

<style>
 a { background-color: #2749DA; }

 a { background-color: rgb(39,73,218); }

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

border-color css

<style>
 span { border-color: #2749DA; }

 span { border-color: rgb(39,73,218); }

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