Html Css Color HEX #2744DF Cerulean Blue

📋 copy color: '#2744DF'

red 39 ◦ green 68 ◦ blue 223

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

Shades of Cerulean Blue #2744DF

Tints of Cerulean Blue #2744DF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

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

R = 11.82%
G = 20.61%
B = 67.58%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2744DF (or 0x2744DF) is known color: Cerulean Blue. HEX triplet: 27, 44 and DF. RGB value is (39,68,223). Sum of RGB (Red+Green+Blue) = 39+68+223=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #2744DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2744DF is #D8BB20. Grayscale: #4C4C4C. Windows color (decimal): -14203681 or 14631975. OLE color: 14631975.

HSL color Cylindrical-coordinate representation of color #2744DF: hue angle of 230.54º 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 #2744DF is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 68 223 -
CMYK 0.83 0.70 0 0.13
HSL 230.54º 0.74% 0.51% -
HSV(B) 230.54º 0.83% 0.87% -
XYZ 16.22 9.89 70.87 -
YUV 77 210.39 100.9 -
System Red Green Blue C M Y K H S L
Decimal 39 68 223 0.83 0.70 0 0.13 230.54 0.74 0.51
Hex 27 44 DF 53 46 0 D E7 4A 33
Octal 47 104 337 123 106 0 15 347 112 63
Binary 100111 1000100 11011111 1010011 1000110 0 1101 11100111 1001010 110011

Color Harmonies of #2744DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2744DF

Black with #2744DF

Text Example


Text Example

White with #2744DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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