Html Css Color HEX #2649DF Cerulean Blue

📋 copy color: '#2649DF'

red 38 ◦ green 73 ◦ blue 223

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

Shades of Cerulean Blue #2649DF

Tints of Cerulean Blue #2649DF

RGB

 RED value IS 38 (15.23% from 255) = 11.38%

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

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

R = 11.38%
G = 21.86%
B = 66.77%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2649DF (or 0x2649DF) is known color: Cerulean Blue. HEX triplet: 26, 49 and DF. RGB value is (38,73,223). Sum of RGB (Red+Green+Blue) = 38+73+223=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #2649DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2649DF is #D9B620. Grayscale: #4F4F4F. Windows color (decimal): -14267937 or 14633254. OLE color: 14633254.

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

Color convert

RGB 38 73 223 -
CMYK 0.83 0.67 0 0.13
HSL 228.65º 0.74% 0.51% -
HSV(B) 228.65º 0.83% 0.87% -
XYZ 16.5 10.5 70.97 -
YUV 79.64 208.9 98.3 -
System Red Green Blue C M Y K H S L
Decimal 38 73 223 0.83 0.67 0 0.13 228.65 0.74 0.51
Hex 26 49 DF 53 43 0 D E5 4A 33
Octal 46 111 337 123 103 0 15 345 112 63
Binary 100110 1001001 11011111 1010011 1000011 0 1101 11100101 1001010 110011

Color Harmonies of #2649DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2649DF

Black with #2649DF

Text Example


Text Example

White with #2649DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,73,223); }

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

background-color css

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

 a { background-color: rgb(38,73,223); }

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

border-color css

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

 span { border-color: rgb(38,73,223); }

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