Html Css Color HEX #019AF1 Dodger Blue

📋 copy color: '#019AF1'

red 1 ◦ green 154 ◦ blue 241

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

Shades of Dodger Blue #019AF1

Tints of Dodger Blue #019AF1

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

 GREEN value IS 154 (60.55% from 255) = 38.89%

 BLUE value IS 241 (94.53% from 255) = 60.86%

R = 0.25%
G = 38.89%
B = 60.86%

CMYK

 C value IS 1.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#019AF1 (or 0x019AF1) is known color: Dodger Blue. HEX triplet: 01, 9A and F1. RGB value is (1,154,241). Sum of RGB (Red+Green+Blue) = 1+154+241=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #019AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019AF1 is #FE650E. Grayscale: #757575. Windows color (decimal): -16672015 or 15833601. OLE color: 15833601.

HSL color Cylindrical-coordinate representation of color #019AF1: hue angle of 201.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019AF1 is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 154 241 -
CMYK 1.00 0.36 0 0.05
HSL 201.75º 0.99% 0.47% -
HSV(B) 201.75º 1% 0.95% -
XYZ 27.45 29.47 87.46 -
YUV 118.17 197.31 44.43 -
System Red Green Blue C M Y K H S L
Decimal 1 154 241 1.00 0.36 0 0.05 201.75 0.99 0.47
Hex 1 9A F1 64 24 0 5 CA 63 2F
Octal 1 232 361 144 44 0 5 312 143 57
Binary 1 10011010 11110001 1100100 100100 0 101 11001010 1100011 101111

Color Harmonies of #019AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019AF1

Black with #019AF1

Text Example


Text Example

White with #019AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019AF1; }

 p { color: rgb(1,154,241); }

 H1.HeaderClassName
 {
   color: #019AF1;
 }
 .AnyTagClassName
 {
   color: #019AF1;
 }
</style>

background-color css

<style>
 a { background-color: #019AF1; }

 a { background-color: rgb(1,154,241); }

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

border-color css

<style>
 span { border-color: #019AF1; }

 span { border-color: rgb(1,154,241); }

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