Html Css Color HEX #3088FE Dodger Blue

📋 copy color: '#3088FE'

red 48 ◦ green 136 ◦ blue 254

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

Shades of Dodger Blue #3088FE

Tints of Dodger Blue #3088FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.99%

R = 10.96%
G = 31.05%
B = 57.99%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3088FE (or 0x3088FE) is known color: Dodger Blue. HEX triplet: 30, 88 and FE. RGB value is (48,136,254). Sum of RGB (Red+Green+Blue) = 48+136+254=438 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.96% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #3088FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3088FE is #CF7701. Grayscale: #7A7A7A. Windows color (decimal): -13596418 or 16681008. OLE color: 16681008.

HSL color Cylindrical-coordinate representation of color #3088FE: hue angle of 214.37º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3088FE is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 136 254 -
CMYK 0.81 0.46 0 0.00
HSL 214.37º 0.99% 0.59% -
HSV(B) 214.37º 0.81% 1% -
XYZ 27.91 25.39 97.2 -
YUV 123.14 201.85 74.41 -
System Red Green Blue C M Y K H S L
Decimal 48 136 254 0.81 0.46 0 0.00 214.37 0.99 0.59
Hex 30 88 FE 51 2E 0 0 D6 63 3B
Octal 60 210 376 121 56 0 0 326 143 73
Binary 110000 10001000 11111110 1010001 101110 0 0 11010110 1100011 111011

Color Harmonies of #3088FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3088FE

Black with #3088FE

Text Example


Text Example

White with #3088FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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