Html Css Color HEX #307CFB Dodger Blue

📋 copy color: '#307CFB'

red 48 ◦ green 124 ◦ blue 251

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

Shades of Dodger Blue #307CFB

Tints of Dodger Blue #307CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 251 (98.44% from 255) = 59.34%

R = 11.35%
G = 29.31%
B = 59.34%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#307CFB (or 0x307CFB) is known color: Dodger Blue. HEX triplet: 30, 7C and FB. RGB value is (48,124,251). Sum of RGB (Red+Green+Blue) = 48+124+251=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #307CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307CFB is #CF8304. Grayscale: #737373. Windows color (decimal): -13599493 or 16481328. OLE color: 16481328.

HSL color Cylindrical-coordinate representation of color #307CFB: hue angle of 217.54º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #307CFB is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 124 251 -
CMYK 0.81 0.51 0 0.02
HSL 217.54º 0.96% 0.59% -
HSV(B) 217.54º 0.81% 0.98% -
XYZ 25.84 22.01 94.15 -
YUV 115.75 204.32 79.67 -
System Red Green Blue C M Y K H S L
Decimal 48 124 251 0.81 0.51 0 0.02 217.54 0.96 0.59
Hex 30 7C FB 51 33 0 2 DA 60 3B
Octal 60 174 373 121 63 0 2 332 140 73
Binary 110000 1111100 11111011 1010001 110011 0 10 11011010 1100000 111011

Color Harmonies of #307CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CFB

Black with #307CFB

Text Example


Text Example

White with #307CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,124,251); }

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

background-color css

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

 a { background-color: rgb(48,124,251); }

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

border-color css

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

 span { border-color: rgb(48,124,251); }

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