Html Css Color HEX #2647DF Cerulean Blue

📋 copy color: '#2647DF'

red 38 ◦ green 71 ◦ blue 223

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

Shades of Cerulean Blue #2647DF

Tints of Cerulean Blue #2647DF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.39%

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

R = 11.45%
G = 21.39%
B = 67.17%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2647DF (or 0x2647DF) is known color: Cerulean Blue. HEX triplet: 26, 47 and DF. RGB value is (38,71,223). Sum of RGB (Red+Green+Blue) = 38+71+223=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #2647DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2647DF is #D9B820. Grayscale: #4D4D4D. Windows color (decimal): -14268449 or 14632742. OLE color: 14632742.

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

Color convert

RGB 38 71 223 -
CMYK 0.83 0.68 0 0.13
HSL 229.3º 0.74% 0.51% -
HSV(B) 229.3º 0.83% 0.87% -
XYZ 16.37 10.25 70.93 -
YUV 78.46 209.57 99.14 -
System Red Green Blue C M Y K H S L
Decimal 38 71 223 0.83 0.68 0 0.13 229.3 0.74 0.51
Hex 26 47 DF 53 44 0 D E5 4A 33
Octal 46 107 337 123 104 0 15 345 112 63
Binary 100110 1000111 11011111 1010011 1000100 0 1101 11100101 1001010 110011

Color Harmonies of #2647DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2647DF

Black with #2647DF

Text Example


Text Example

White with #2647DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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