Html Css Color HEX #248BFC Dodger Blue

📋 copy color: '#248BFC'

red 36 ◦ green 139 ◦ blue 252

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

Shades of Dodger Blue #248BFC

Tints of Dodger Blue #248BFC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.55%

 BLUE value IS 252 (98.83% from 255) = 59.02%

R = 8.43%
G = 32.55%
B = 59.02%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#248BFC (or 0x248BFC) is known color: Dodger Blue. HEX triplet: 24, 8B and FC. RGB value is (36,139,252). Sum of RGB (Red+Green+Blue) = 36+139+252=427 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.43% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #248BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248BFC is #DB7403. Grayscale: #787878. Windows color (decimal): -14382084 or 16550692. OLE color: 16550692.

HSL color Cylindrical-coordinate representation of color #248BFC: hue angle of 211.39º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248BFC is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 139 252 -
CMYK 0.86 0.45 0 0.01
HSL 211.39º 0.97% 0.56% -
HSV(B) 211.39º 0.86% 0.99% -
XYZ 27.53 25.87 95.64 -
YUV 121.09 201.88 67.31 -
System Red Green Blue C M Y K H S L
Decimal 36 139 252 0.86 0.45 0 0.01 211.39 0.97 0.56
Hex 24 8B FC 56 2D 0 1 D3 61 38
Octal 44 213 374 126 55 0 1 323 141 70
Binary 100100 10001011 11111100 1010110 101101 0 1 11010011 1100001 111000

Color Harmonies of #248BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BFC

Black with #248BFC

Text Example


Text Example

White with #248BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,139,252); }

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

background-color css

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

 a { background-color: rgb(36,139,252); }

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

border-color css

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

 span { border-color: rgb(36,139,252); }

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