Html Css Color HEX #1B71F2 Dodger Blue

📋 copy color: '#1B71F2'

red 27 ◦ green 113 ◦ blue 242

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

Shades of Dodger Blue #1B71F2

Tints of Dodger Blue #1B71F2

RGB

 RED value IS 27 (10.94% from 255) = 7.07%

 GREEN value IS 113 (44.53% from 255) = 29.58%

 BLUE value IS 242 (94.92% from 255) = 63.35%

R = 7.07%
G = 29.58%
B = 63.35%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1B71F2 (or 0x1B71F2) is known color: Dodger Blue. HEX triplet: 1B, 71 and F2. RGB value is (27,113,242). Sum of RGB (Red+Green+Blue) = 27+113+242=382 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.07% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 242 (94.92% from 255 or 63.35% from 382); Max value from RGB is 242 - color contains mainly: blue. Hex color #1B71F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B71F2 is #E48E0D. Grayscale: #656565. Windows color (decimal): -14978574 or 15888667. OLE color: 15888667.

HSL color Cylindrical-coordinate representation of color #1B71F2: hue angle of 216º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B71F2 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 27 113 242 -
CMYK 0.89 0.53 0 0.05
HSL 216º 0.89% 0.53% -
HSV(B) 216º 0.89% 0.95% -
XYZ 22.38 18.45 86.39 -
YUV 101.99 207.01 74.51 -
System Red Green Blue C M Y K H S L
Decimal 27 113 242 0.89 0.53 0 0.05 216 0.89 0.53
Hex 1B 71 F2 59 35 0 5 D8 59 35
Octal 33 161 362 131 65 0 5 330 131 65
Binary 11011 1110001 11110010 1011001 110101 0 101 11011000 1011001 110101

Color Harmonies of #1B71F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B71F2

Black with #1B71F2

Text Example


Text Example

White with #1B71F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,113,242); }

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

background-color css

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

 a { background-color: rgb(27,113,242); }

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

border-color css

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

 span { border-color: rgb(27,113,242); }

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