Html Css Color HEX #2478BA Curious Blue

📋 copy color: '#2478BA'

red 36 ◦ green 120 ◦ blue 186

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

Shades of Curious Blue #2478BA

Tints of Curious Blue #2478BA

RGB

 RED value IS 36 (14.45% from 255) = 10.53%

 GREEN value IS 120 (47.27% from 255) = 35.09%

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

R = 10.53%
G = 35.09%
B = 54.39%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2478BA (or 0x2478BA) is known color: Curious Blue. HEX triplet: 24, 78 and BA. RGB value is (36,120,186). Sum of RGB (Red+Green+Blue) = 36+120+186=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #2478BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2478BA is #DB8745. Grayscale: #666666. Windows color (decimal): -14387014 or 12220452. OLE color: 12220452.

HSL color Cylindrical-coordinate representation of color #2478BA: hue angle of 206.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2478BA is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 120 186 -
CMYK 0.81 0.35 0 0.27
HSL 206.4º 0.68% 0.44% -
HSV(B) 206.4º 0.81% 0.73% -
XYZ 16.31 17.35 48.94 -
YUV 102.41 175.17 80.63 -
System Red Green Blue C M Y K H S L
Decimal 36 120 186 0.81 0.35 0 0.27 206.4 0.68 0.44
Hex 24 78 BA 51 23 0 1B CE 44 2C
Octal 44 170 272 121 43 0 33 316 104 54
Binary 100100 1111000 10111010 1010001 100011 0 11011 11001110 1000100 101100

Color Harmonies of #2478BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2478BA

Black with #2478BA

Text Example


Text Example

White with #2478BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,120,186); }

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

background-color css

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

 a { background-color: rgb(36,120,186); }

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

border-color css

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

 span { border-color: rgb(36,120,186); }

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