Html Css Color HEX #2654BA Cerulean Blue

📋 copy color: '#2654BA'

red 38 ◦ green 84 ◦ blue 186

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

Shades of Cerulean Blue #2654BA

Tints of Cerulean Blue #2654BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

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

R = 12.34%
G = 27.27%
B = 60.39%

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

#2654BA (or 0x2654BA) is known color: Cerulean Blue. HEX triplet: 26, 54 and BA. RGB value is (38,84,186). Sum of RGB (Red+Green+Blue) = 38+84+186=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #2654BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2654BA is #D9AB45. Grayscale: #515151. Windows color (decimal): -14265158 or 12211238. OLE color: 12211238.

HSL color Cylindrical-coordinate representation of color #2654BA: hue angle of 221.35º 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 #2654BA is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 84 186 -
CMYK 0.80 0.55 0 0.27
HSL 221.35º 0.66% 0.44% -
HSV(B) 221.35º 0.8% 0.73% -
XYZ 12.83 10.3 47.77 -
YUV 81.87 186.76 96.71 -
System Red Green Blue C M Y K H S L
Decimal 38 84 186 0.80 0.55 0 0.27 221.35 0.66 0.44
Hex 26 54 BA 50 37 0 1B DD 42 2C
Octal 46 124 272 120 67 0 33 335 102 54
Binary 100110 1010100 10111010 1010000 110111 0 11011 11011101 1000010 101100

Color Harmonies of #2654BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2654BA

Black with #2654BA

Text Example


Text Example

White with #2654BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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