Html Css Color HEX #2653DF Cerulean Blue

📋 copy color: '#2653DF'

red 38 ◦ green 83 ◦ blue 223

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

Shades of Cerulean Blue #2653DF

Tints of Cerulean Blue #2653DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.13%

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

R = 11.05%
G = 24.13%
B = 64.83%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2653DF (or 0x2653DF) is known color: Cerulean Blue. HEX triplet: 26, 53 and DF. RGB value is (38,83,223). Sum of RGB (Red+Green+Blue) = 38+83+223=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #2653DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2653DF is #D9AC20. Grayscale: #545454. Windows color (decimal): -14265377 or 14635814. OLE color: 14635814.

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

Color convert

RGB 38 83 223 -
CMYK 0.83 0.63 0 0.13
HSL 225.41º 0.74% 0.51% -
HSV(B) 225.41º 0.83% 0.87% -
XYZ 17.21 11.93 71.21 -
YUV 85.51 205.59 94.12 -
System Red Green Blue C M Y K H S L
Decimal 38 83 223 0.83 0.63 0 0.13 225.41 0.74 0.51
Hex 26 53 DF 53 3F 0 D E1 4A 33
Octal 46 123 337 123 77 0 15 341 112 63
Binary 100110 1010011 11011111 1010011 111111 0 1101 11100001 1001010 110011

Color Harmonies of #2653DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2653DF

Black with #2653DF

Text Example


Text Example

White with #2653DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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