Html Css Color HEX #248AFB Dodger Blue

📋 copy color: '#248AFB'

red 36 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #248AFB

Tints of Dodger Blue #248AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.06%

R = 8.47%
G = 32.47%
B = 59.06%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#248AFB (or 0x248AFB) is known color: Dodger Blue. HEX triplet: 24, 8A and FB. RGB value is (36,138,251). Sum of RGB (Red+Green+Blue) = 36+138+251=425 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.47% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #248AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248AFB is #DB7504. Grayscale: #777777. Windows color (decimal): -14382341 or 16484900. OLE color: 16484900.

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

Color convert

RGB 36 138 251 -
CMYK 0.86 0.45 0 0.02
HSL 211.53º 0.96% 0.56% -
HSV(B) 211.53º 0.86% 0.98% -
XYZ 27.23 25.52 94.76 -
YUV 120.38 201.71 67.81 -
System Red Green Blue C M Y K H S L
Decimal 36 138 251 0.86 0.45 0 0.02 211.53 0.96 0.56
Hex 24 8A FB 56 2D 0 2 D4 60 38
Octal 44 212 373 126 55 0 2 324 140 70
Binary 100100 10001010 11111011 1010110 101101 0 10 11010100 1100000 111000

Color Harmonies of #248AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248AFB

Black with #248AFB

Text Example


Text Example

White with #248AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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