Html Css Color HEX #1B93EE Dodger Blue

📋 copy color: '#1B93EE'

red 27 ◦ green 147 ◦ blue 238

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

Shades of Dodger Blue #1B93EE

Tints of Dodger Blue #1B93EE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.68%

 BLUE value IS 238 (93.36% from 255) = 57.77%

R = 6.55%
G = 35.68%
B = 57.77%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1B93EE (or 0x1B93EE) is known color: Dodger Blue. HEX triplet: 1B, 93 and EE. RGB value is (27,147,238). Sum of RGB (Red+Green+Blue) = 27+147+238=412 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.55% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B93EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B93EE is #E46C11. Grayscale: #797979. Windows color (decimal): -14969874 or 15635227. OLE color: 15635227.

HSL color Cylindrical-coordinate representation of color #1B93EE: hue angle of 205.88º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B93EE is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 27 147 238 -
CMYK 0.89 0.38 0 0.07
HSL 205.88º 0.86% 0.52% -
HSV(B) 205.88º 0.89% 0.93% -
XYZ 26.32 27.27 84.77 -
YUV 121.49 193.74 60.6 -
System Red Green Blue C M Y K H S L
Decimal 27 147 238 0.89 0.38 0 0.07 205.88 0.86 0.52
Hex 1B 93 EE 59 26 0 7 CE 56 34
Octal 33 223 356 131 46 0 7 316 126 64
Binary 11011 10010011 11101110 1011001 100110 0 111 11001110 1010110 110100

Color Harmonies of #1B93EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B93EE

Black with #1B93EE

Text Example


Text Example

White with #1B93EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,147,238); }

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

background-color css

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

 a { background-color: rgb(27,147,238); }

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

border-color css

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

 span { border-color: rgb(27,147,238); }

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