Html Css Color HEX #307FFE Dodger Blue

📋 copy color: '#307FFE'

red 48 ◦ green 127 ◦ blue 254

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

Shades of Dodger Blue #307FFE

Tints of Dodger Blue #307FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

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

R = 11.19%
G = 29.6%
B = 59.21%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#307FFE (or 0x307FFE) is known color: Dodger Blue. HEX triplet: 30, 7F and FE. RGB value is (48,127,254). Sum of RGB (Red+Green+Blue) = 48+127+254=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #307FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307FFE is #CF8001. Grayscale: #757575. Windows color (decimal): -13598722 or 16678704. OLE color: 16678704.

HSL color Cylindrical-coordinate representation of color #307FFE: hue angle of 216.99º 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 #307FFE is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 127 254 -
CMYK 0.81 0.50 0 0.00
HSL 216.99º 0.99% 0.59% -
HSV(B) 216.99º 0.81% 1% -
XYZ 26.7 22.96 96.79 -
YUV 117.86 204.83 78.17 -
System Red Green Blue C M Y K H S L
Decimal 48 127 254 0.81 0.50 0 0.00 216.99 0.99 0.59
Hex 30 7F FE 51 32 0 0 D9 63 3B
Octal 60 177 376 121 62 0 0 331 143 73
Binary 110000 1111111 11111110 1010001 110010 0 0 11011001 1100011 111011

Color Harmonies of #307FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FFE

Black with #307FFE

Text Example


Text Example

White with #307FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307FFE; }

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

 H1.HeaderClassName
 {
   color: #307FFE;
 }
 .AnyTagClassName
 {
   color: #307FFE;
 }
</style>

background-color css

<style>
 a { background-color: #307FFE; }

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

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

border-color css

<style>
 span { border-color: #307FFE; }

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

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