Html Css Color HEX #247AFF Dodger Blue

📋 copy color: '#247AFF'

red 36 ◦ green 122 ◦ blue 255

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

Shades of Dodger Blue #247AFF

Tints of Dodger Blue #247AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.74%

R = 8.72%
G = 29.54%
B = 61.74%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#247AFF (or 0x247AFF) is known color: Dodger Blue. HEX triplet: 24, 7A and FF. RGB value is (36,122,255). Sum of RGB (Red+Green+Blue) = 36+122+255=413 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.72% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #247AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247AFF is #DB8500. Grayscale: #6E6E6E. Windows color (decimal): -14386433 or 16742948. OLE color: 16742948.

HSL color Cylindrical-coordinate representation of color #247AFF: hue angle of 216.44º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #247AFF is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 122 255 -
CMYK 0.86 0.52 0 0
HSL 216.44º 1% 0.57% -
HSV(B) 216.44º 0.86% 1% -
XYZ 25.74 21.51 97.4 -
YUV 111.45 209.01 74.19 -
System Red Green Blue C M Y K H S L
Decimal 36 122 255 0.86 0.52 0 0 216.44 1 0.57
Hex 24 7A FF 56 34 0 0 D8 64 39
Octal 44 172 377 126 64 0 0 330 144 71
Binary 100100 1111010 11111111 1010110 110100 0 0 11011000 1100100 111001

Color Harmonies of #247AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247AFF

Black with #247AFF

Text Example


Text Example

White with #247AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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