Html Css Color HEX #307BFA Dodger Blue

📋 copy color: '#307BFA'

red 48 ◦ green 123 ◦ blue 250

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

Shades of Dodger Blue #307BFA

Tints of Dodger Blue #307BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.22%

 BLUE value IS 250 (98.05% from 255) = 59.38%

R = 11.4%
G = 29.22%
B = 59.38%

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

#307BFA (or 0x307BFA) is known color: Dodger Blue. HEX triplet: 30, 7B and FA. RGB value is (48,123,250). Sum of RGB (Red+Green+Blue) = 48+123+250=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #307BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307BFA is #CF8405. Grayscale: #727272. Windows color (decimal): -13599750 or 16415536. OLE color: 16415536.

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

Color convert

RGB 48 123 250 -
CMYK 0.81 0.51 0 0.02
HSL 217.72º 0.95% 0.58% -
HSV(B) 217.72º 0.81% 0.98% -
XYZ 25.56 21.7 93.28 -
YUV 115.05 204.15 80.17 -
System Red Green Blue C M Y K H S L
Decimal 48 123 250 0.81 0.51 0 0.02 217.72 0.95 0.58
Hex 30 7B FA 51 33 0 2 DA 5F 3A
Octal 60 173 372 121 63 0 2 332 137 72
Binary 110000 1111011 11111010 1010001 110011 0 10 11011010 1011111 111010

Color Harmonies of #307BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BFA

Black with #307BFA

Text Example


Text Example

White with #307BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,123,250); }

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

background-color css

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

 a { background-color: rgb(48,123,250); }

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

border-color css

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

 span { border-color: rgb(48,123,250); }

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