Html Css Color HEX #247AED Dodger Blue

📋 copy color: '#247AED'

red 36 ◦ green 122 ◦ blue 237

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

Shades of Dodger Blue #247AED

Tints of Dodger Blue #247AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.89%

 BLUE value IS 237 (92.97% from 255) = 60%

R = 9.11%
G = 30.89%
B = 60%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#247AED (or 0x247AED) is known color: Dodger Blue. HEX triplet: 24, 7A and ED. RGB value is (36,122,237). Sum of RGB (Red+Green+Blue) = 36+122+237=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #247AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247AED is #DB8512. Grayscale: #6C6C6C. Windows color (decimal): -14386451 or 15563300. OLE color: 15563300.

HSL color Cylindrical-coordinate representation of color #247AED: hue angle of 214.33º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #247AED is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 122 237 -
CMYK 0.85 0.49 0 0.07
HSL 214.33º 0.85% 0.54% -
HSV(B) 214.33º 0.85% 0.93% -
XYZ 22.97 20.41 82.85 -
YUV 109.4 200.01 75.65 -
System Red Green Blue C M Y K H S L
Decimal 36 122 237 0.85 0.49 0 0.07 214.33 0.85 0.54
Hex 24 7A ED 55 31 0 7 D6 55 36
Octal 44 172 355 125 61 0 7 326 125 66
Binary 100100 1111010 11101101 1010101 110001 0 111 11010110 1010101 110110

Color Harmonies of #247AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247AED

Black with #247AED

Text Example


Text Example

White with #247AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,122,237); }

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

background-color css

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

 a { background-color: rgb(36,122,237); }

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

border-color css

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

 span { border-color: rgb(36,122,237); }

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