Html Css Color HEX #2653BA Cerulean Blue

📋 copy color: '#2653BA'

red 38 ◦ green 83 ◦ blue 186

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

Shades of Cerulean Blue #2653BA

Tints of Cerulean Blue #2653BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.59%

R = 12.38%
G = 27.04%
B = 60.59%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2653BA (or 0x2653BA) is known color: Cerulean Blue. HEX triplet: 26, 53 and BA. RGB value is (38,83,186). Sum of RGB (Red+Green+Blue) = 38+83+186=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #2653BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2653BA is #D9AC45. Grayscale: #505050. Windows color (decimal): -14265414 or 12210982. OLE color: 12210982.

HSL color Cylindrical-coordinate representation of color #2653BA: hue angle of 221.76º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2653BA is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 83 186 -
CMYK 0.80 0.55 0 0.27
HSL 221.76º 0.66% 0.44% -
HSV(B) 221.76º 0.8% 0.73% -
XYZ 12.76 10.14 47.74 -
YUV 81.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 38 83 186 0.80 0.55 0 0.27 221.76 0.66 0.44
Hex 26 53 BA 50 37 0 1B DE 42 2C
Octal 46 123 272 120 67 0 33 336 102 54
Binary 100110 1010011 10111010 1010000 110111 0 11011 11011110 1000010 101100

Color Harmonies of #2653BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2653BA

Black with #2653BA

Text Example


Text Example

White with #2653BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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