Html Css Color HEX #247BEF Dodger Blue

📋 copy color: '#247BEF'

red 36 ◦ green 123 ◦ blue 239

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

Shades of Dodger Blue #247BEF

Tints of Dodger Blue #247BEF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.9%

 BLUE value IS 239 (93.75% from 255) = 60.05%

R = 9.05%
G = 30.9%
B = 60.05%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#247BEF (or 0x247BEF) is known color: Dodger Blue. HEX triplet: 24, 7B and EF. RGB value is (36,123,239). Sum of RGB (Red+Green+Blue) = 36+123+239=398 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.05% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #247BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247BEF is #DB8410. Grayscale: #6D6D6D. Windows color (decimal): -14386193 or 15694628. OLE color: 15694628.

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

Color convert

RGB 36 123 239 -
CMYK 0.85 0.49 0 0.06
HSL 214.29º 0.86% 0.54% -
HSV(B) 214.29º 0.85% 0.94% -
XYZ 23.39 20.77 84.44 -
YUV 110.21 200.68 75.07 -
System Red Green Blue C M Y K H S L
Decimal 36 123 239 0.85 0.49 0 0.06 214.29 0.86 0.54
Hex 24 7B EF 55 31 0 6 D6 56 36
Octal 44 173 357 125 61 0 6 326 126 66
Binary 100100 1111011 11101111 1010101 110001 0 110 11010110 1010110 110110

Color Harmonies of #247BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247BEF

Black with #247BEF

Text Example


Text Example

White with #247BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,123,239); }

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

background-color css

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

 a { background-color: rgb(36,123,239); }

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

border-color css

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

 span { border-color: rgb(36,123,239); }

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