Html Css Color HEX #1B74EF Dodger Blue

📋 copy color: '#1B74EF'

red 27 ◦ green 116 ◦ blue 239

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

Shades of Dodger Blue #1B74EF

Tints of Dodger Blue #1B74EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.37%

 BLUE value IS 239 (93.75% from 255) = 62.57%

R = 7.07%
G = 30.37%
B = 62.57%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1B74EF (or 0x1B74EF) is known color: Dodger Blue. HEX triplet: 1B, 74 and EF. RGB value is (27,116,239). Sum of RGB (Red+Green+Blue) = 27+116+239=382 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.07% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #1B74EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B74EF is #E48B10. Grayscale: #666666. Windows color (decimal): -14977809 or 15692827. OLE color: 15692827.

HSL color Cylindrical-coordinate representation of color #1B74EF: hue angle of 214.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B74EF is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 116 239 -
CMYK 0.89 0.51 0 0.06
HSL 214.81º 0.87% 0.52% -
HSV(B) 214.81º 0.89% 0.94% -
XYZ 22.28 18.96 84.15 -
YUV 103.41 204.51 73.5 -
System Red Green Blue C M Y K H S L
Decimal 27 116 239 0.89 0.51 0 0.06 214.81 0.87 0.52
Hex 1B 74 EF 59 33 0 6 D7 57 34
Octal 33 164 357 131 63 0 6 327 127 64
Binary 11011 1110100 11101111 1011001 110011 0 110 11010111 1010111 110100

Color Harmonies of #1B74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B74EF

Black with #1B74EF

Text Example


Text Example

White with #1B74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,116,239); }

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

background-color css

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

 a { background-color: rgb(27,116,239); }

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

border-color css

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

 span { border-color: rgb(27,116,239); }

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