Html Css Color HEX #248CF7 Dodger Blue

📋 copy color: '#248CF7'

red 36 ◦ green 140 ◦ blue 247

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

Shades of Dodger Blue #248CF7

Tints of Dodger Blue #248CF7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.1%

 BLUE value IS 247 (96.88% from 255) = 58.39%

R = 8.51%
G = 33.1%
B = 58.39%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#248CF7 (or 0x248CF7) is known color: Dodger Blue. HEX triplet: 24, 8C and F7. RGB value is (36,140,247). Sum of RGB (Red+Green+Blue) = 36+140+247=423 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.51% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 247 (96.88% from 255 or 58.39% from 423); Max value from RGB is 247 - color contains mainly: blue. Hex color #248CF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248CF7 is #DB7308. Grayscale: #787878. Windows color (decimal): -14381833 or 16223268. OLE color: 16223268.

HSL color Cylindrical-coordinate representation of color #248CF7: hue angle of 210.43º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248CF7 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 36 140 247 -
CMYK 0.85 0.43 0 0.03
HSL 210.43º 0.93% 0.55% -
HSV(B) 210.43º 0.85% 0.97% -
XYZ 26.89 25.85 91.57 -
YUV 121.1 199.04 67.3 -
System Red Green Blue C M Y K H S L
Decimal 36 140 247 0.85 0.43 0 0.03 210.43 0.93 0.55
Hex 24 8C F7 55 2B 0 3 D2 5D 37
Octal 44 214 367 125 53 0 3 322 135 67
Binary 100100 10001100 11110111 1010101 101011 0 11 11010010 1011101 110111

Color Harmonies of #248CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248CF7

Black with #248CF7

Text Example


Text Example

White with #248CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248CF7; }

 p { color: rgb(36,140,247); }

 H1.HeaderClassName
 {
   color: #248CF7;
 }
 .AnyTagClassName
 {
   color: #248CF7;
 }
</style>

background-color css

<style>
 a { background-color: #248CF7; }

 a { background-color: rgb(36,140,247); }

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

border-color css

<style>
 span { border-color: #248CF7; }

 span { border-color: rgb(36,140,247); }

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