Html Css Color HEX #247CEB Dodger Blue

📋 copy color: '#247CEB'

red 36 ◦ green 124 ◦ blue 235

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

Shades of Dodger Blue #247CEB

Tints of Dodger Blue #247CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.39%

 BLUE value IS 235 (92.19% from 255) = 59.49%

R = 9.11%
G = 31.39%
B = 59.49%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#247CEB (or 0x247CEB) is known color: Dodger Blue. HEX triplet: 24, 7C and EB. RGB value is (36,124,235). Sum of RGB (Red+Green+Blue) = 36+124+235=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #247CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247CEB is #DB8314. Grayscale: #6D6D6D. Windows color (decimal): -14385941 or 15432740. OLE color: 15432740.

HSL color Cylindrical-coordinate representation of color #247CEB: hue angle of 213.47º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #247CEB is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 124 235 -
CMYK 0.85 0.47 0 0.08
HSL 213.47º 0.83% 0.53% -
HSV(B) 213.47º 0.85% 0.92% -
XYZ 22.93 20.79 81.4 -
YUV 110.34 198.35 74.97 -
System Red Green Blue C M Y K H S L
Decimal 36 124 235 0.85 0.47 0 0.08 213.47 0.83 0.53
Hex 24 7C EB 55 2F 0 8 D5 53 35
Octal 44 174 353 125 57 0 10 325 123 65
Binary 100100 1111100 11101011 1010101 101111 0 1000 11010101 1010011 110101

Color Harmonies of #247CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247CEB

Black with #247CEB

Text Example


Text Example

White with #247CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247CEB; }

 p { color: rgb(36,124,235); }

 H1.HeaderClassName
 {
   color: #247CEB;
 }
 .AnyTagClassName
 {
   color: #247CEB;
 }
</style>

background-color css

<style>
 a { background-color: #247CEB; }

 a { background-color: rgb(36,124,235); }

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

border-color css

<style>
 span { border-color: #247CEB; }

 span { border-color: rgb(36,124,235); }

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