Html Css Color HEX #1883FA Dodger Blue

📋 copy color: '#1883FA'

red 24 ◦ green 131 ◦ blue 250

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

Shades of Dodger Blue #1883FA

Tints of Dodger Blue #1883FA

RGB

 RED value IS 24 (9.77% from 255) = 5.93%

 GREEN value IS 131 (51.56% from 255) = 32.35%

 BLUE value IS 250 (98.05% from 255) = 61.73%

R = 5.93%
G = 32.35%
B = 61.73%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1883FA (or 0x1883FA) is known color: Dodger Blue. HEX triplet: 18, 83 and FA. RGB value is (24,131,250). Sum of RGB (Red+Green+Blue) = 24+131+250=405 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.93% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #1883FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1883FA is #E77C05. Grayscale: #6F6F6F. Windows color (decimal): -15170566 or 16417560. OLE color: 16417560.

HSL color Cylindrical-coordinate representation of color #1883FA: hue angle of 211.59º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1883FA is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 131 250 -
CMYK 0.90 0.48 0 0.02
HSL 211.59º 0.96% 0.54% -
HSV(B) 211.59º 0.9% 0.98% -
XYZ 25.75 23.33 93.59 -
YUV 112.57 205.55 64.82 -
System Red Green Blue C M Y K H S L
Decimal 24 131 250 0.90 0.48 0 0.02 211.59 0.96 0.54
Hex 18 83 FA 5A 30 0 2 D4 60 36
Octal 30 203 372 132 60 0 2 324 140 66
Binary 11000 10000011 11111010 1011010 110000 0 10 11010100 1100000 110110

Color Harmonies of #1883FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1883FA

Black with #1883FA

Text Example


Text Example

White with #1883FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1883FA; }

 p { color: rgb(24,131,250); }

 H1.HeaderClassName
 {
   color: #1883FA;
 }
 .AnyTagClassName
 {
   color: #1883FA;
 }
</style>

background-color css

<style>
 a { background-color: #1883FA; }

 a { background-color: rgb(24,131,250); }

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

border-color css

<style>
 span { border-color: #1883FA; }

 span { border-color: rgb(24,131,250); }

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