Html Css Color HEX #249BFD Dodger Blue

📋 copy color: '#249BFD'

red 36 ◦ green 155 ◦ blue 253

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

Shades of Dodger Blue #249BFD

Tints of Dodger Blue #249BFD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.91%

 BLUE value IS 253 (99.22% from 255) = 56.98%

R = 8.11%
G = 34.91%
B = 56.98%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#249BFD (or 0x249BFD) is known color: Dodger Blue. HEX triplet: 24, 9B and FD. RGB value is (36,155,253). Sum of RGB (Red+Green+Blue) = 36+155+253=444 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.11% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #249BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249BFD is #DB6402. Grayscale: #828282. Windows color (decimal): -14377987 or 16620324. OLE color: 16620324.

HSL color Cylindrical-coordinate representation of color #249BFD: hue angle of 207.1º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #249BFD is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 155 253 -
CMYK 0.86 0.39 0 0.01
HSL 207.1º 0.98% 0.57% -
HSV(B) 207.1º 0.86% 0.99% -
XYZ 30.18 30.91 97.3 -
YUV 130.59 197.08 60.53 -
System Red Green Blue C M Y K H S L
Decimal 36 155 253 0.86 0.39 0 0.01 207.1 0.98 0.57
Hex 24 9B FD 56 27 0 1 CF 62 39
Octal 44 233 375 126 47 0 1 317 142 71
Binary 100100 10011011 11111101 1010110 100111 0 1 11001111 1100010 111001

Color Harmonies of #249BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BFD

Black with #249BFD

Text Example


Text Example

White with #249BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249BFD; }

 p { color: rgb(36,155,253); }

 H1.HeaderClassName
 {
   color: #249BFD;
 }
 .AnyTagClassName
 {
   color: #249BFD;
 }
</style>

background-color css

<style>
 a { background-color: #249BFD; }

 a { background-color: rgb(36,155,253); }

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

border-color css

<style>
 span { border-color: #249BFD; }

 span { border-color: rgb(36,155,253); }

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