Html Css Color HEX #1F8CEA Dodger Blue

📋 copy color: '#1F8CEA'

red 31 ◦ green 140 ◦ blue 234

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

Shades of Dodger Blue #1F8CEA

Tints of Dodger Blue #1F8CEA

RGB

 RED value IS 31 (12.5% from 255) = 7.65%

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 234 (91.8% from 255) = 57.78%

R = 7.65%
G = 34.57%
B = 57.78%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1F8CEA (or 0x1F8CEA) is known color: Dodger Blue. HEX triplet: 1F, 8C and EA. RGB value is (31,140,234). Sum of RGB (Red+Green+Blue) = 31+140+234=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #1F8CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8CEA is #E07315. Grayscale: #757575. Windows color (decimal): -14709526 or 15371295. OLE color: 15371295.

HSL color Cylindrical-coordinate representation of color #1F8CEA: hue angle of 207.78º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F8CEA is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 140 234 -
CMYK 0.87 0.40 0 0.08
HSL 207.78º 0.83% 0.52% -
HSV(B) 207.78º 0.87% 0.92% -
XYZ 24.79 24.99 81.36 -
YUV 118.13 193.39 65.86 -
System Red Green Blue C M Y K H S L
Decimal 31 140 234 0.87 0.40 0 0.08 207.78 0.83 0.52
Hex 1F 8C EA 57 28 0 8 D0 53 34
Octal 37 214 352 127 50 0 10 320 123 64
Binary 11111 10001100 11101010 1010111 101000 0 1000 11010000 1010011 110100

Color Harmonies of #1F8CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8CEA

Black with #1F8CEA

Text Example


Text Example

White with #1F8CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F8CEA; }

 p { color: rgb(31,140,234); }

 H1.HeaderClassName
 {
   color: #1F8CEA;
 }
 .AnyTagClassName
 {
   color: #1F8CEA;
 }
</style>

background-color css

<style>
 a { background-color: #1F8CEA; }

 a { background-color: rgb(31,140,234); }

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

border-color css

<style>
 span { border-color: #1F8CEA; }

 span { border-color: rgb(31,140,234); }

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