Html Css Color HEX #3088DF Dodger Blue

📋 copy color: '#3088DF'

red 48 ◦ green 136 ◦ blue 223

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

Shades of Dodger Blue #3088DF

Tints of Dodger Blue #3088DF

RGB

 RED value IS 48 (19.14% from 255) = 11.79%

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 223 (87.5% from 255) = 54.79%

R = 11.79%
G = 33.42%
B = 54.79%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3088DF (or 0x3088DF) is known color: Dodger Blue. HEX triplet: 30, 88 and DF. RGB value is (48,136,223). Sum of RGB (Red+Green+Blue) = 48+136+223=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #3088DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3088DF is #CF7720. Grayscale: #777777. Windows color (decimal): -13596449 or 14649392. OLE color: 14649392.

HSL color Cylindrical-coordinate representation of color #3088DF: hue angle of 209.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3088DF is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 136 223 -
CMYK 0.78 0.39 0 0.13
HSL 209.83º 0.73% 0.53% -
HSV(B) 209.83º 0.78% 0.87% -
XYZ 23.34 23.56 73.13 -
YUV 119.61 186.35 76.93 -
System Red Green Blue C M Y K H S L
Decimal 48 136 223 0.78 0.39 0 0.13 209.83 0.73 0.53
Hex 30 88 DF 4E 27 0 D D2 49 35
Octal 60 210 337 116 47 0 15 322 111 65
Binary 110000 10001000 11011111 1001110 100111 0 1101 11010010 1001001 110101

Color Harmonies of #3088DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3088DF

Black with #3088DF

Text Example


Text Example

White with #3088DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3088DF; }

 p { color: rgb(48,136,223); }

 H1.HeaderClassName
 {
   color: #3088DF;
 }
 .AnyTagClassName
 {
   color: #3088DF;
 }
</style>

background-color css

<style>
 a { background-color: #3088DF; }

 a { background-color: rgb(48,136,223); }

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

border-color css

<style>
 span { border-color: #3088DF; }

 span { border-color: rgb(48,136,223); }

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