Html Css Color HEX #248FFC Dodger Blue

📋 copy color: '#248FFC'

red 36 ◦ green 143 ◦ blue 252

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

Shades of Dodger Blue #248FFC

Tints of Dodger Blue #248FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.18%

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

R = 8.35%
G = 33.18%
B = 58.47%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#248FFC (or 0x248FFC) is known color: Dodger Blue. HEX triplet: 24, 8F and FC. RGB value is (36,143,252). Sum of RGB (Red+Green+Blue) = 36+143+252=431 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.35% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #248FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248FFC is #DB7003. Grayscale: #7A7A7A. Windows color (decimal): -14381060 or 16551716. OLE color: 16551716.

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

Color convert

RGB 36 143 252 -
CMYK 0.86 0.43 0 0.01
HSL 210.28º 0.97% 0.56% -
HSV(B) 210.28º 0.86% 0.99% -
XYZ 28.12 27.05 95.83 -
YUV 123.43 200.55 65.64 -
System Red Green Blue C M Y K H S L
Decimal 36 143 252 0.86 0.43 0 0.01 210.28 0.97 0.56
Hex 24 8F FC 56 2B 0 1 D2 61 38
Octal 44 217 374 126 53 0 1 322 141 70
Binary 100100 10001111 11111100 1010110 101011 0 1 11010010 1100001 111000

Color Harmonies of #248FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FFC

Black with #248FFC

Text Example


Text Example

White with #248FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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