Html Css Color HEX #248AFF Dodger Blue

📋 copy color: '#248AFF'

red 36 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #248AFF

Tints of Dodger Blue #248AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

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

R = 8.39%
G = 32.17%
B = 59.44%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#248AFF (or 0x248AFF) is known color: Dodger Blue. HEX triplet: 24, 8A and FF. RGB value is (36,138,255). Sum of RGB (Red+Green+Blue) = 36+138+255=429 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.39% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #248AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248AFF is #DB7500. Grayscale: #787878. Windows color (decimal): -14382337 or 16747044. OLE color: 16747044.

HSL color Cylindrical-coordinate representation of color #248AFF: hue angle of 212.05º 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 #248AFF is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 138 255 -
CMYK 0.86 0.46 0 0
HSL 212.05º 1% 0.57% -
HSV(B) 212.05º 0.86% 1% -
XYZ 27.87 25.77 98.11 -
YUV 120.84 203.71 67.49 -
System Red Green Blue C M Y K H S L
Decimal 36 138 255 0.86 0.46 0 0 212.05 1 0.57
Hex 24 8A FF 56 2E 0 0 D4 64 39
Octal 44 212 377 126 56 0 0 324 144 71
Binary 100100 10001010 11111111 1010110 101110 0 0 11010100 1100100 111001

Color Harmonies of #248AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248AFF

Black with #248AFF

Text Example


Text Example

White with #248AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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