Html Css Color HEX #248CFA Dodger Blue

📋 copy color: '#248CFA'

red 36 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #248CFA

Tints of Dodger Blue #248CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.69%

R = 8.45%
G = 32.86%
B = 58.69%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#248CFA (or 0x248CFA) is known color: Dodger Blue. HEX triplet: 24, 8C and FA. RGB value is (36,140,250). Sum of RGB (Red+Green+Blue) = 36+140+250=426 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.45% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #248CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248CFA is #DB7305. Grayscale: #787878. Windows color (decimal): -14381830 or 16419876. OLE color: 16419876.

HSL color Cylindrical-coordinate representation of color #248CFA: hue angle of 210.84º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248CFA is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 140 250 -
CMYK 0.86 0.44 0 0.02
HSL 210.84º 0.96% 0.56% -
HSV(B) 210.84º 0.86% 0.98% -
XYZ 27.36 26.03 94.03 -
YUV 121.44 200.54 67.06 -
System Red Green Blue C M Y K H S L
Decimal 36 140 250 0.86 0.44 0 0.02 210.84 0.96 0.56
Hex 24 8C FA 56 2C 0 2 D3 60 38
Octal 44 214 372 126 54 0 2 323 140 70
Binary 100100 10001100 11111010 1010110 101100 0 10 11010011 1100000 111000

Color Harmonies of #248CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248CFA

Black with #248CFA

Text Example


Text Example

White with #248CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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