Html Css Color HEX #247FEB Dodger Blue

📋 copy color: '#247FEB'

red 36 ◦ green 127 ◦ blue 235

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

Shades of Dodger Blue #247FEB

Tints of Dodger Blue #247FEB

RGB

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

 GREEN value IS 127 (50% from 255) = 31.91%

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

R = 9.05%
G = 31.91%
B = 59.05%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#247FEB (or 0x247FEB) is known color: Dodger Blue. HEX triplet: 24, 7F and EB. RGB value is (36,127,235). Sum of RGB (Red+Green+Blue) = 36+127+235=398 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.05% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #247FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247FEB is #DB8014. Grayscale: #6F6F6F. Windows color (decimal): -14385173 or 15433508. OLE color: 15433508.

HSL color Cylindrical-coordinate representation of color #247FEB: hue angle of 212.56º 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 #247FEB is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 127 235 -
CMYK 0.85 0.46 0 0.08
HSL 212.56º 0.83% 0.53% -
HSV(B) 212.56º 0.85% 0.92% -
XYZ 23.31 21.55 81.53 -
YUV 112.1 197.35 73.72 -
System Red Green Blue C M Y K H S L
Decimal 36 127 235 0.85 0.46 0 0.08 212.56 0.83 0.53
Hex 24 7F EB 55 2E 0 8 D5 53 35
Octal 44 177 353 125 56 0 10 325 123 65
Binary 100100 1111111 11101011 1010101 101110 0 1000 11010101 1010011 110101

Color Harmonies of #247FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FEB

Black with #247FEB

Text Example


Text Example

White with #247FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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